Html Css Color HEX #B7BC68 Dark Khaki

📋 copy color: '#B7BC68'

red 183 ◦ green 188 ◦ blue 104

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

Shades of Dark Khaki #B7BC68

Tints of Dark Khaki #B7BC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.89%

R = 38.53%
G = 39.58%
B = 21.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#B7BC68 (or 0xB7BC68) is known color: Dark Khaki. HEX triplet: B7, BC and 68. RGB value is (183,188,104). Sum of RGB (Red+Green+Blue) = 183+188+104=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BC68 is #484397. Grayscale: #B1B1B1. Windows color (decimal): -4735896 or 6864055. OLE color: 6864055.

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

Color convert

RGB 183 188 104 -
CMYK 0.03 0 0.45 0.26
HSL 63.57º 0.39% 0.57% -
HSV(B) 63.57º 0.45% 0.74% -
XYZ 40.01 47.03 20.07 -
YUV 176.93 86.84 132.33 -
System Red Green Blue C M Y K H S L
Decimal 183 188 104 0.03 0 0.45 0.26 63.57 0.39 0.57
Hex B7 BC 68 3 0 2D 1A 40 27 39
Octal 267 274 150 3 0 55 32 100 47 71
Binary 10110111 10111100 1101000 11 0 101101 11010 1000000 100111 111001

Color Harmonies of #B7BC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BC68

Black with #B7BC68

Text Example


Text Example

White with #B7BC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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