Html Css Color HEX #B7BC6B Dark Khaki

📋 copy color: '#B7BC6B'

red 183 ◦ green 188 ◦ blue 107

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

Shades of Dark Khaki #B7BC6B

Tints of Dark Khaki #B7BC6B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.33%

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

R = 38.28%
G = 39.33%
B = 22.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#B7BC6B (or 0xB7BC6B) is known color: Dark Khaki. HEX triplet: B7, BC and 6B. RGB value is (183,188,107). Sum of RGB (Red+Green+Blue) = 183+188+107=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BC6B is #484394. Grayscale: #B1B1B1. Windows color (decimal): -4735893 or 7060663. OLE color: 7060663.

HSL color Cylindrical-coordinate representation of color #B7BC6B: hue angle of 63.7º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7BC6B is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 188 107 -
CMYK 0.03 0 0.43 0.26
HSL 63.7º 0.38% 0.58% -
HSV(B) 63.7º 0.43% 0.74% -
XYZ 40.17 47.1 20.88 -
YUV 177.27 88.34 132.09 -
System Red Green Blue C M Y K H S L
Decimal 183 188 107 0.03 0 0.43 0.26 63.7 0.38 0.58
Hex B7 BC 6B 3 0 2B 1A 40 26 3A
Octal 267 274 153 3 0 53 32 100 46 72
Binary 10110111 10111100 1101011 11 0 101011 11010 1000000 100110 111010

Color Harmonies of #B7BC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BC6B

Black with #B7BC6B

Text Example


Text Example

White with #B7BC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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