Html Css Color HEX #B8BF6C Dark Khaki

📋 copy color: '#B8BF6C'

red 184 ◦ green 191 ◦ blue 108

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

Shades of Dark Khaki #B8BF6C

Tints of Dark Khaki #B8BF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.36%

R = 38.1%
G = 39.54%
B = 22.36%

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

#B8BF6C (or 0xB8BF6C) is known color: Dark Khaki. HEX triplet: B8, BF and 6C. RGB value is (184,191,108). Sum of RGB (Red+Green+Blue) = 184+191+108=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BF6C is #474093. Grayscale: #B3B3B3. Windows color (decimal): -4669588 or 7126968. OLE color: 7126968.

HSL color Cylindrical-coordinate representation of color #B8BF6C: hue angle of 65.06º 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 #B8BF6C is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 191 108 -
CMYK 0.04 0 0.43 0.25
HSL 65.06º 0.39% 0.59% -
HSV(B) 65.06º 0.43% 0.75% -
XYZ 41.1 48.53 21.39 -
YUV 179.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 184 191 108 0.04 0 0.43 0.25 65.06 0.39 0.59
Hex B8 BF 6C 4 0 2B 19 41 27 3B
Octal 270 277 154 4 0 53 31 101 47 73
Binary 10111000 10111111 1101100 100 0 101011 11001 1000001 100111 111011

Color Harmonies of #B8BF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BF6C

Black with #B8BF6C

Text Example


Text Example

White with #B8BF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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