Html Css Color HEX #B7AD7F Chino

📋 copy color: '#B7AD7F'

red 183 ◦ green 173 ◦ blue 127

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

Shades of Chino #B7AD7F

Tints of Chino #B7AD7F

RGB

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

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

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

R = 37.89%
G = 35.82%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7AD7F (or 0xB7AD7F) is known color: Chino. HEX triplet: B7, AD and 7F. RGB value is (183,173,127). Sum of RGB (Red+Green+Blue) = 183+173+127=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AD7F is #485280. Grayscale: #AAAAAA. Windows color (decimal): -4739713 or 8367543. OLE color: 8367543.

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

Color convert

RGB 183 173 127 -
CMYK 0 0.05 0.31 0.28
HSL 49.29º 0.28% 0.61% -
HSV(B) 49.29º 0.31% 0.72% -
XYZ 38.3 41.49 26.07 -
YUV 170.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 183 173 127 0 0.05 0.31 0.28 49.29 0.28 0.61
Hex B7 AD 7F 0 5 1F 1C 31 1C 3D
Octal 267 255 177 0 5 37 34 61 34 75
Binary 10110111 10101101 1111111 0 101 11111 11100 110001 11100 111101

Color Harmonies of #B7AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD7F

Black with #B7AD7F

Text Example


Text Example

White with #B7AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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