Html Css Color HEX #B8B966 Dark Khaki

📋 copy color: '#B8B966'

red 184 ◦ green 185 ◦ blue 102

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

Shades of Dark Khaki #B8B966

Tints of Dark Khaki #B8B966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.28%

 BLUE value IS 102 (40.23% from 255) = 21.66%

R = 39.07%
G = 39.28%
B = 21.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B8B966 (or 0xB8B966) is known color: Dark Khaki. HEX triplet: B8, B9 and 66. RGB value is (184,185,102). Sum of RGB (Red+Green+Blue) = 184+185+102=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B966 is #474699. Grayscale: #AFAFAF. Windows color (decimal): -4671130 or 6732216. OLE color: 6732216.

HSL color Cylindrical-coordinate representation of color #B8B966: hue angle of 60.72º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8B966 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 185 102 -
CMYK 0.01 0 0.45 0.27
HSL 60.72º 0.37% 0.56% -
HSV(B) 60.72º 0.45% 0.73% -
XYZ 39.51 45.85 19.34 -
YUV 175.24 86.67 134.25 -
System Red Green Blue C M Y K H S L
Decimal 184 185 102 0.01 0 0.45 0.27 60.72 0.37 0.56
Hex B8 B9 66 1 0 2D 1B 3D 25 38
Octal 270 271 146 1 0 55 33 75 45 70
Binary 10111000 10111001 1100110 1 0 101101 11011 111101 100101 111000

Color Harmonies of #B8B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B966

Black with #B8B966

Text Example


Text Example

White with #B8B966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B966; }

 p { color: rgb(184,185,102); }

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

background-color css

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

 a { background-color: rgb(184,185,102); }

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

border-color css

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

 span { border-color: rgb(184,185,102); }

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