Html Css Color HEX #B1B770 Dark Khaki

📋 copy color: '#B1B770'

red 177 ◦ green 183 ◦ blue 112

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

Shades of Dark Khaki #B1B770

Tints of Dark Khaki #B1B770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.77%

 BLUE value IS 112 (44.14% from 255) = 23.73%

R = 37.5%
G = 38.77%
B = 23.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B1B770 (or 0xB1B770) is known color: Dark Khaki. HEX triplet: B1, B7 and 70. RGB value is (177,183,112). Sum of RGB (Red+Green+Blue) = 177+183+112=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B770 is #4E488F. Grayscale: #ADADAD. Windows color (decimal): -5130384 or 7387057. OLE color: 7387057.

HSL color Cylindrical-coordinate representation of color #B1B770: hue angle of 65.07º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1B770 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 183 112 -
CMYK 0.03 0 0.39 0.28
HSL 65.07º 0.33% 0.58% -
HSV(B) 65.07º 0.39% 0.72% -
XYZ 37.99 44.38 21.89 -
YUV 173.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 177 183 112 0.03 0 0.39 0.28 65.07 0.33 0.58
Hex B1 B7 70 3 0 27 1C 41 21 3A
Octal 261 267 160 3 0 47 34 101 41 72
Binary 10110001 10110111 1110000 11 0 100111 11100 1000001 100001 111010

Color Harmonies of #B1B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B770

Black with #B1B770

Text Example


Text Example

White with #B1B770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B770; }

 p { color: rgb(177,183,112); }

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

background-color css

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

 a { background-color: rgb(177,183,112); }

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

border-color css

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

 span { border-color: rgb(177,183,112); }

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