Html Css Color HEX #B1B672 Dark Khaki

📋 copy color: '#B1B672'

red 177 ◦ green 182 ◦ blue 114

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

Shades of Dark Khaki #B1B672

Tints of Dark Khaki #B1B672

RGB

 RED value IS 177 (69.53% from 255) = 37.42%

 GREEN value IS 182 (71.48% from 255) = 38.48%

 BLUE value IS 114 (44.92% from 255) = 24.1%

R = 37.42%
G = 38.48%
B = 24.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B1B672 (or 0xB1B672) is known color: Dark Khaki. HEX triplet: B1, B6 and 72. RGB value is (177,182,114). Sum of RGB (Red+Green+Blue) = 177+182+114=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B672 is #4E498D. Grayscale: #ADADAD. Windows color (decimal): -5130638 or 7517873. OLE color: 7517873.

HSL color Cylindrical-coordinate representation of color #B1B672: hue angle of 64.41º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1B672 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 182 114 -
CMYK 0.03 0 0.37 0.29
HSL 64.41º 0.32% 0.58% -
HSV(B) 64.41º 0.37% 0.71% -
XYZ 37.9 44.02 22.42 -
YUV 172.75 94.84 131.03 -
System Red Green Blue C M Y K H S L
Decimal 177 182 114 0.03 0 0.37 0.29 64.41 0.32 0.58
Hex B1 B6 72 3 0 25 1D 40 20 3A
Octal 261 266 162 3 0 45 35 100 40 72
Binary 10110001 10110110 1110010 11 0 100101 11101 1000000 100000 111010

Color Harmonies of #B1B672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B672

Black with #B1B672

Text Example


Text Example

White with #B1B672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B672; }

 p { color: rgb(177,182,114); }

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

background-color css

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

 a { background-color: rgb(177,182,114); }

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

border-color css

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

 span { border-color: rgb(177,182,114); }

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