Html Css Color HEX #B7BB6B Dark Khaki

📋 copy color: '#B7BB6B'

red 183 ◦ green 187 ◦ blue 107

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

Shades of Dark Khaki #B7BB6B

Tints of Dark Khaki #B7BB6B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.2%

 BLUE value IS 107 (42.19% from 255) = 22.43%

R = 38.36%
G = 39.2%
B = 22.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B7BB6B (or 0xB7BB6B) is known color: Dark Khaki. HEX triplet: B7, BB and 6B. RGB value is (183,187,107). Sum of RGB (Red+Green+Blue) = 183+187+107=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BB6B is #484494. Grayscale: #B1B1B1. Windows color (decimal): -4736149 or 7060407. OLE color: 7060407.

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

Color convert

RGB 183 187 107 -
CMYK 0.02 0 0.43 0.27
HSL 63º 0.37% 0.58% -
HSV(B) 63º 0.43% 0.73% -
XYZ 39.95 46.67 20.81 -
YUV 176.68 88.67 132.5 -
System Red Green Blue C M Y K H S L
Decimal 183 187 107 0.02 0 0.43 0.27 63 0.37 0.58
Hex B7 BB 6B 2 0 2B 1B 3F 25 3A
Octal 267 273 153 2 0 53 33 77 45 72
Binary 10110111 10111011 1101011 10 0 101011 11011 111111 100101 111010

Color Harmonies of #B7BB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BB6B

Black with #B7BB6B

Text Example


Text Example

White with #B7BB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BB6B; }

 p { color: rgb(183,187,107); }

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

background-color css

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

 a { background-color: rgb(183,187,107); }

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

border-color css

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

 span { border-color: rgb(183,187,107); }

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