Html Css Color HEX #B8B367 Dark Khaki

📋 copy color: '#B8B367'

red 184 ◦ green 179 ◦ blue 103

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

Shades of Dark Khaki #B8B367

Tints of Dark Khaki #B8B367

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.41%

 BLUE value IS 103 (40.63% from 255) = 22.1%

R = 39.48%
G = 38.41%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B8B367 (or 0xB8B367) is known color: Dark Khaki. HEX triplet: B8, B3 and 67. RGB value is (184,179,103). Sum of RGB (Red+Green+Blue) = 184+179+103=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B367 is #474C98. Grayscale: #ACACAC. Windows color (decimal): -4672665 or 6796216. OLE color: 6796216.

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

Color convert

RGB 184 179 103 -
CMYK 0 0.03 0.44 0.28
HSL 56.3º 0.36% 0.56% -
HSV(B) 56.3º 0.44% 0.72% -
XYZ 38.34 43.41 19.19 -
YUV 171.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 184 179 103 0 0.03 0.44 0.28 56.3 0.36 0.56
Hex B8 B3 67 0 3 2C 1C 38 24 38
Octal 270 263 147 0 3 54 34 70 44 70
Binary 10111000 10110011 1100111 0 11 101100 11100 111000 100100 111000

Color Harmonies of #B8B367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B367

Black with #B8B367

Text Example


Text Example

White with #B8B367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B367; }

 p { color: rgb(184,179,103); }

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

background-color css

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

 a { background-color: rgb(184,179,103); }

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

border-color css

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

 span { border-color: rgb(184,179,103); }

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