Html Css Color HEX #B8B26D Dark Khaki

📋 copy color: '#B8B26D'

red 184 ◦ green 178 ◦ blue 109

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

Shades of Dark Khaki #B8B26D

Tints of Dark Khaki #B8B26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.14%

R = 39.07%
G = 37.79%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8B26D (or 0xB8B26D) is known color: Dark Khaki. HEX triplet: B8, B2 and 6D. RGB value is (184,178,109). Sum of RGB (Red+Green+Blue) = 184+178+109=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B26D is #474D92. Grayscale: #ACACAC. Windows color (decimal): -4672915 or 7189176. OLE color: 7189176.

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

Color convert

RGB 184 178 109 -
CMYK 0 0.03 0.41 0.28
HSL 55.2º 0.35% 0.57% -
HSV(B) 55.2º 0.41% 0.72% -
XYZ 38.45 43.14 20.77 -
YUV 171.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 184 178 109 0 0.03 0.41 0.28 55.2 0.35 0.57
Hex B8 B2 6D 0 3 29 1C 37 23 39
Octal 270 262 155 0 3 51 34 67 43 71
Binary 10111000 10110010 1101101 0 11 101001 11100 110111 100011 111001

Color Harmonies of #B8B26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B26D

Black with #B8B26D

Text Example


Text Example

White with #B8B26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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