Html Css Color HEX #B8B26F Dark Khaki

📋 copy color: '#B8B26F'

red 184 ◦ green 178 ◦ blue 111

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

Shades of Dark Khaki #B8B26F

Tints of Dark Khaki #B8B26F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.47%

R = 38.9%
G = 37.63%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8B26F (or 0xB8B26F) is known color: Dark Khaki. HEX triplet: B8, B2 and 6F. RGB value is (184,178,111). Sum of RGB (Red+Green+Blue) = 184+178+111=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B26F is #474D90. Grayscale: #ACACAC. Windows color (decimal): -4672913 or 7320248. OLE color: 7320248.

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

Color convert

RGB 184 178 111 -
CMYK 0 0.03 0.40 0.28
HSL 55.07º 0.34% 0.58% -
HSV(B) 55.07º 0.4% 0.72% -
XYZ 38.56 43.18 21.34 -
YUV 172.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 184 178 111 0 0.03 0.40 0.28 55.07 0.34 0.58
Hex B8 B2 6F 0 3 28 1C 37 22 3A
Octal 270 262 157 0 3 50 34 67 42 72
Binary 10111000 10110010 1101111 0 11 101000 11100 110111 100010 111010

Color Harmonies of #B8B26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B26F

Black with #B8B26F

Text Example


Text Example

White with #B8B26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B26F; }

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

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

background-color css

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

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

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

border-color css

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

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

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