Html Css Color HEX #B7AB74 Dark Khaki

📋 copy color: '#B7AB74'

red 183 ◦ green 171 ◦ blue 116

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

Shades of Dark Khaki #B7AB74

Tints of Dark Khaki #B7AB74

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.38%

 BLUE value IS 116 (45.7% from 255) = 24.68%

R = 38.94%
G = 36.38%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B7AB74 (or 0xB7AB74) is known color: Dark Khaki. HEX triplet: B7, AB and 74. RGB value is (183,171,116). Sum of RGB (Red+Green+Blue) = 183+171+116=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AB74 is #48548B. Grayscale: #A8A8A8. Windows color (decimal): -4740236 or 7646135. OLE color: 7646135.

HSL color Cylindrical-coordinate representation of color #B7AB74: hue angle of 49.25º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7AB74 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 171 116 -
CMYK 0 0.07 0.37 0.28
HSL 49.25º 0.32% 0.59% -
HSV(B) 49.25º 0.37% 0.72% -
XYZ 37.24 40.45 22.37 -
YUV 168.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 183 171 116 0 0.07 0.37 0.28 49.25 0.32 0.59
Hex B7 AB 74 0 7 25 1C 31 20 3B
Octal 267 253 164 0 7 45 34 61 40 73
Binary 10110111 10101011 1110100 0 111 100101 11100 110001 100000 111011

Color Harmonies of #B7AB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AB74

Black with #B7AB74

Text Example


Text Example

White with #B7AB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AB74; }

 p { color: rgb(183,171,116); }

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

background-color css

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

 a { background-color: rgb(183,171,116); }

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

border-color css

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

 span { border-color: rgb(183,171,116); }

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