Html Css Color HEX #B8BF6D Dark Khaki

📋 copy color: '#B8BF6D'

red 184 ◦ green 191 ◦ blue 109

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

Shades of Dark Khaki #B8BF6D

Tints of Dark Khaki #B8BF6D

RGB

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

 GREEN value IS 191 (75% from 255) = 39.46%

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

R = 38.02%
G = 39.46%
B = 22.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#B8BF6D (or 0xB8BF6D) is known color: Dark Khaki. HEX triplet: B8, BF and 6D. RGB value is (184,191,109). Sum of RGB (Red+Green+Blue) = 184+191+109=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BF6D is #474092. Grayscale: #B3B3B3. Windows color (decimal): -4669587 or 7192504. OLE color: 7192504.

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

Color convert

RGB 184 191 109 -
CMYK 0.04 0 0.43 0.25
HSL 65.12º 0.39% 0.59% -
HSV(B) 65.12º 0.43% 0.75% -
XYZ 41.16 48.56 21.67 -
YUV 179.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 184 191 109 0.04 0 0.43 0.25 65.12 0.39 0.59
Hex B8 BF 6D 4 0 2B 19 41 27 3B
Octal 270 277 155 4 0 53 31 101 47 73
Binary 10111000 10111111 1101101 100 0 101011 11001 1000001 100111 111011

Color Harmonies of #B8BF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BF6D

Black with #B8BF6D

Text Example


Text Example

White with #B8BF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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