Html Css Color HEX #B7BA6C Dark Khaki

📋 copy color: '#B7BA6C'

red 183 ◦ green 186 ◦ blue 108

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

Shades of Dark Khaki #B7BA6C

Tints of Dark Khaki #B7BA6C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.99%

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

R = 38.36%
G = 38.99%
B = 22.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B7BA6C (or 0xB7BA6C) is known color: Dark Khaki. HEX triplet: B7, BA and 6C. RGB value is (183,186,108). Sum of RGB (Red+Green+Blue) = 183+186+108=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BA6C is #484593. Grayscale: #B0B0B0. Windows color (decimal): -4736404 or 7125687. OLE color: 7125687.

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

Color convert

RGB 183 186 108 -
CMYK 0.02 0 0.42 0.27
HSL 62.31º 0.36% 0.58% -
HSV(B) 62.31º 0.42% 0.73% -
XYZ 39.79 46.27 21.02 -
YUV 176.21 89.51 132.84 -
System Red Green Blue C M Y K H S L
Decimal 183 186 108 0.02 0 0.42 0.27 62.31 0.36 0.58
Hex B7 BA 6C 2 0 2A 1B 3E 24 3A
Octal 267 272 154 2 0 52 33 76 44 72
Binary 10110111 10111010 1101100 10 0 101010 11011 111110 100100 111010

Color Harmonies of #B7BA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BA6C

Black with #B7BA6C

Text Example


Text Example

White with #B7BA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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