Html Css Color HEX #B8B279 Dark Khaki

📋 copy color: '#B8B279'

red 184 ◦ green 178 ◦ blue 121

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

Shades of Dark Khaki #B8B279

Tints of Dark Khaki #B8B279

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.85%

 BLUE value IS 121 (47.66% from 255) = 25.05%

R = 38.1%
G = 36.85%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B8B279 (or 0xB8B279) is known color: Dark Khaki. HEX triplet: B8, B2 and 79. RGB value is (184,178,121). Sum of RGB (Red+Green+Blue) = 184+178+121=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B279 is #474D86. Grayscale: #ADADAD. Windows color (decimal): -4672903 or 7975608. OLE color: 7975608.

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

Color convert

RGB 184 178 121 -
CMYK 0 0.03 0.34 0.28
HSL 54.29º 0.31% 0.6% -
HSV(B) 54.29º 0.34% 0.72% -
XYZ 39.14 43.41 24.41 -
YUV 173.3 98.49 135.63 -
System Red Green Blue C M Y K H S L
Decimal 184 178 121 0 0.03 0.34 0.28 54.29 0.31 0.6
Hex B8 B2 79 0 3 22 1C 36 1F 3C
Octal 270 262 171 0 3 42 34 66 37 74
Binary 10111000 10110010 1111001 0 11 100010 11100 110110 11111 111100

Color Harmonies of #B8B279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B279

Black with #B8B279

Text Example


Text Example

White with #B8B279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B279; }

 p { color: rgb(184,178,121); }

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

background-color css

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

 a { background-color: rgb(184,178,121); }

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

border-color css

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

 span { border-color: rgb(184,178,121); }

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