Html Css Color HEX #B7B083 Chino

📋 copy color: '#B7B083'

red 183 ◦ green 176 ◦ blue 131

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

Shades of Chino #B7B083

Tints of Chino #B7B083

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.92%

 BLUE value IS 131 (51.56% from 255) = 26.73%

R = 37.35%
G = 35.92%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B7B083 (or 0xB7B083) is known color: Chino. HEX triplet: B7, B0 and 83. RGB value is (183,176,131). Sum of RGB (Red+Green+Blue) = 183+176+131=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B083 is #484F7C. Grayscale: #ADADAD. Windows color (decimal): -4738941 or 8630455. OLE color: 8630455.

HSL color Cylindrical-coordinate representation of color #B7B083: hue angle of 51.92º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7B083 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 176 131 -
CMYK 0 0.04 0.28 0.28
HSL 51.92º 0.27% 0.62% -
HSV(B) 51.92º 0.28% 0.72% -
XYZ 39.15 42.76 27.66 -
YUV 172.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 183 176 131 0 0.04 0.28 0.28 51.92 0.27 0.62
Hex B7 B0 83 0 4 1C 1C 34 1B 3E
Octal 267 260 203 0 4 34 34 64 33 76
Binary 10110111 10110000 10000011 0 100 11100 11100 110100 11011 111110

Color Harmonies of #B7B083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B083

Black with #B7B083

Text Example


Text Example

White with #B7B083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B083; }

 p { color: rgb(183,176,131); }

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

background-color css

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

 a { background-color: rgb(183,176,131); }

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

border-color css

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

 span { border-color: rgb(183,176,131); }

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