Html Css Color HEX #B8BA6E Dark Khaki

📋 copy color: '#B8BA6E'

red 184 ◦ green 186 ◦ blue 110

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

Shades of Dark Khaki #B8BA6E

Tints of Dark Khaki #B8BA6E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.75%

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

R = 38.33%
G = 38.75%
B = 22.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B8BA6E (or 0xB8BA6E) is known color: Dark Khaki. HEX triplet: B8, BA and 6E. RGB value is (184,186,110). Sum of RGB (Red+Green+Blue) = 184+186+110=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BA6E is #474591. Grayscale: #B1B1B1. Windows color (decimal): -4670866 or 7256760. OLE color: 7256760.

HSL color Cylindrical-coordinate representation of color #B8BA6E: hue angle of 61.58º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8BA6E is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 186 110 -
CMYK 0.01 0 0.41 0.27
HSL 61.58º 0.36% 0.58% -
HSV(B) 61.58º 0.41% 0.73% -
XYZ 40.14 46.43 21.6 -
YUV 176.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 184 186 110 0.01 0 0.41 0.27 61.58 0.36 0.58
Hex B8 BA 6E 1 0 29 1B 3E 24 3A
Octal 270 272 156 1 0 51 33 76 44 72
Binary 10111000 10111010 1101110 1 0 101001 11011 111110 100100 111010

Color Harmonies of #B8BA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BA6E

Black with #B8BA6E

Text Example


Text Example

White with #B8BA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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