Html Css Color HEX #B7AF8D Chino

📋 copy color: '#B7AF8D'

red 183 ◦ green 175 ◦ blue 141

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

Shades of Chino #B7AF8D

Tints of Chino #B7AF8D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.07%

 BLUE value IS 141 (55.47% from 255) = 28.26%

R = 36.67%
G = 35.07%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7AF8D (or 0xB7AF8D) is known color: Chino. HEX triplet: B7, AF and 8D. RGB value is (183,175,141). Sum of RGB (Red+Green+Blue) = 183+175+141=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AF8D is #485072. Grayscale: #ADADAD. Windows color (decimal): -4739187 or 9285559. OLE color: 9285559.

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

Color convert

RGB 183 175 141 -
CMYK 0 0.04 0.23 0.28
HSL 48.57º 0.23% 0.64% -
HSV(B) 48.57º 0.23% 0.72% -
XYZ 39.67 42.65 31.34 -
YUV 173.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 183 175 141 0 0.04 0.23 0.28 48.57 0.23 0.64
Hex B7 AF 8D 0 4 17 1C 31 17 40
Octal 267 257 215 0 4 27 34 61 27 100
Binary 10110111 10101111 10001101 0 100 10111 11100 110001 10111 1000000

Color Harmonies of #B7AF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF8D

Black with #B7AF8D

Text Example


Text Example

White with #B7AF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF8D; }

 p { color: rgb(183,175,141); }

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

background-color css

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

 a { background-color: rgb(183,175,141); }

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

border-color css

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

 span { border-color: rgb(183,175,141); }

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