Html Css Color HEX #B8B669 Dark Khaki

📋 copy color: '#B8B669'

red 184 ◦ green 182 ◦ blue 105

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

Shades of Dark Khaki #B8B669

Tints of Dark Khaki #B8B669

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.64%

 BLUE value IS 105 (41.41% from 255) = 22.29%

R = 39.07%
G = 38.64%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B8B669 (or 0xB8B669) is known color: Dark Khaki. HEX triplet: B8, B6 and 69. RGB value is (184,182,105). Sum of RGB (Red+Green+Blue) = 184+182+105=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B669 is #474996. Grayscale: #AEAEAE. Windows color (decimal): -4671895 or 6928056. OLE color: 6928056.

HSL color Cylindrical-coordinate representation of color #B8B669: hue angle of 58.48º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8B669 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 182 105 -
CMYK 0 0.01 0.43 0.28
HSL 58.48º 0.36% 0.57% -
HSV(B) 58.48º 0.43% 0.72% -
XYZ 39.04 44.67 19.93 -
YUV 173.82 89.16 135.26 -
System Red Green Blue C M Y K H S L
Decimal 184 182 105 0 0.01 0.43 0.28 58.48 0.36 0.57
Hex B8 B6 69 0 1 2B 1C 3A 24 39
Octal 270 266 151 0 1 53 34 72 44 71
Binary 10111000 10110110 1101001 0 1 101011 11100 111010 100100 111001

Color Harmonies of #B8B669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B669

Black with #B8B669

Text Example


Text Example

White with #B8B669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B669; }

 p { color: rgb(184,182,105); }

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

background-color css

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

 a { background-color: rgb(184,182,105); }

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

border-color css

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

 span { border-color: rgb(184,182,105); }

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