Html Css Color HEX #B5AD7F Chino

📋 copy color: '#B5AD7F'

red 181 ◦ green 173 ◦ blue 127

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

Shades of Chino #B5AD7F

Tints of Chino #B5AD7F

RGB

 RED value IS 181 (71.09% from 255) = 37.63%

 GREEN value IS 173 (67.97% from 255) = 35.97%

 BLUE value IS 127 (50% from 255) = 26.4%

R = 37.63%
G = 35.97%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5AD7F (or 0xB5AD7F) is known color: Chino. HEX triplet: B5, AD and 7F. RGB value is (181,173,127). Sum of RGB (Red+Green+Blue) = 181+173+127=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD7F is #4A5280. Grayscale: #AAAAAA. Windows color (decimal): -4870785 or 8367541. OLE color: 8367541.

HSL color Cylindrical-coordinate representation of color #B5AD7F: hue angle of 51.11º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5AD7F is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 173 127 -
CMYK 0 0.04 0.30 0.29
HSL 51.11º 0.27% 0.6% -
HSV(B) 51.11º 0.3% 0.71% -
XYZ 37.83 41.24 26.05 -
YUV 170.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 181 173 127 0 0.04 0.30 0.29 51.11 0.27 0.6
Hex B5 AD 7F 0 4 1E 1D 33 1B 3C
Octal 265 255 177 0 4 36 35 63 33 74
Binary 10110101 10101101 1111111 0 100 11110 11101 110011 11011 111100

Color Harmonies of #B5AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD7F

Black with #B5AD7F

Text Example


Text Example

White with #B5AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD7F; }

 p { color: rgb(181,173,127); }

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

background-color css

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

 a { background-color: rgb(181,173,127); }

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

border-color css

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

 span { border-color: rgb(181,173,127); }

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