Html Css Color HEX #B8BE6E Dark Khaki

📋 copy color: '#B8BE6E'

red 184 ◦ green 190 ◦ blue 110

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

Shades of Dark Khaki #B8BE6E

Tints of Dark Khaki #B8BE6E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.26%

 BLUE value IS 110 (43.36% from 255) = 22.73%

R = 38.02%
G = 39.26%
B = 22.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#B8BE6E (or 0xB8BE6E) is known color: Dark Khaki. HEX triplet: B8, BE and 6E. RGB value is (184,190,110). Sum of RGB (Red+Green+Blue) = 184+190+110=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BE6E is #474191. Grayscale: #B3B3B3. Windows color (decimal): -4669842 or 7257784. OLE color: 7257784.

HSL color Cylindrical-coordinate representation of color #B8BE6E: hue angle of 64.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8BE6E is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 190 110 -
CMYK 0.03 0 0.42 0.25
HSL 64.5º 0.38% 0.59% -
HSV(B) 64.5º 0.42% 0.75% -
XYZ 41 48.14 21.88 -
YUV 179.09 89.01 131.5 -
System Red Green Blue C M Y K H S L
Decimal 184 190 110 0.03 0 0.42 0.25 64.5 0.38 0.59
Hex B8 BE 6E 3 0 2A 19 40 26 3B
Octal 270 276 156 3 0 52 31 100 46 73
Binary 10111000 10111110 1101110 11 0 101010 11001 1000000 100110 111011

Color Harmonies of #B8BE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BE6E

Black with #B8BE6E

Text Example


Text Example

White with #B8BE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BE6E; }

 p { color: rgb(184,190,110); }

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

background-color css

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

 a { background-color: rgb(184,190,110); }

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

border-color css

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

 span { border-color: rgb(184,190,110); }

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