Html Css Color HEX #B7BF6C Dark Khaki

📋 copy color: '#B7BF6C'

red 183 ◦ green 191 ◦ blue 108

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

Shades of Dark Khaki #B7BF6C

Tints of Dark Khaki #B7BF6C

RGB

 RED value IS 183 (71.88% from 255) = 37.97%

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

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

R = 37.97%
G = 39.63%
B = 22.41%

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

#B7BF6C (or 0xB7BF6C) is known color: Dark Khaki. HEX triplet: B7, BF and 6C. RGB value is (183,191,108). Sum of RGB (Red+Green+Blue) = 183+191+108=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BF6C is #484093. Grayscale: #B3B3B3. Windows color (decimal): -4735124 or 7126967. OLE color: 7126967.

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

Color convert

RGB 183 191 108 -
CMYK 0.04 0 0.43 0.25
HSL 65.78º 0.39% 0.59% -
HSV(B) 65.78º 0.43% 0.75% -
XYZ 40.87 48.41 21.38 -
YUV 179.15 87.85 130.75 -
System Red Green Blue C M Y K H S L
Decimal 183 191 108 0.04 0 0.43 0.25 65.78 0.39 0.59
Hex B7 BF 6C 4 0 2B 19 42 27 3B
Octal 267 277 154 4 0 53 31 102 47 73
Binary 10110111 10111111 1101100 100 0 101011 11001 1000010 100111 111011

Color Harmonies of #B7BF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BF6C

Black with #B7BF6C

Text Example


Text Example

White with #B7BF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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