Html Css Color HEX #B8B05E Gimblet

📋 copy color: '#B8B05E'

red 184 ◦ green 176 ◦ blue 94

#B8B05E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gimblet #B8B05E

Tints of Gimblet #B8B05E

RGB

 RED value IS 184 (72.27% from 255) = 40.53%

 GREEN value IS 176 (69.14% from 255) = 38.77%

 BLUE value IS 94 (37.11% from 255) = 20.7%

R = 40.53%
G = 38.77%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B8B05E (or 0xB8B05E) is known color: Gimblet. HEX triplet: B8, B0 and 5E. RGB value is (184,176,94). Sum of RGB (Red+Green+Blue) = 184+176+94=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B05E is #474FA1. Grayscale: #A9A9A9. Windows color (decimal): -4673442 or 6205624. OLE color: 6205624.

HSL color Cylindrical-coordinate representation of color #B8B05E: hue angle of 54.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8B05E is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 176 94 -
CMYK 0 0.04 0.49 0.28
HSL 54.67º 0.39% 0.55% -
HSV(B) 54.67º 0.49% 0.72% -
XYZ 37.31 42.05 16.74 -
YUV 169.04 85.65 138.67 -
System Red Green Blue C M Y K H S L
Decimal 184 176 94 0 0.04 0.49 0.28 54.67 0.39 0.55
Hex B8 B0 5E 0 4 31 1C 37 27 37
Octal 270 260 136 0 4 61 34 67 47 67
Binary 10111000 10110000 1011110 0 100 110001 11100 110111 100111 110111

Color Harmonies of #B8B05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B05E

Black with #B8B05E

Text Example


Text Example

White with #B8B05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B05E; }

 p { color: rgb(184,176,94); }

 H1.HeaderClassName
 {
   color: #B8B05E;
 }
 .AnyTagClassName
 {
   color: #B8B05E;
 }
</style>

background-color css

<style>
 a { background-color: #B8B05E; }

 a { background-color: rgb(184,176,94); }

 div.DivClassName
 {
   background-color: #B8B05E;
 }
 .BgClassName
 {
   background-color: #B8B05E;
 }
</style>

border-color css

<style>
 span { border-color: #B8B05E; }

 span { border-color: rgb(184,176,94); }

 td.TdClassName
 {
   border-color: #B8B05E;
 }
 .TagClassName
 {
   border-color: #B8B05E;
 }
</style>