Html Css Color HEX #B8AE85 Chino

📋 copy color: '#B8AE85'

red 184 ◦ green 174 ◦ blue 133

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

Shades of Chino #B8AE85

Tints of Chino #B8AE85

RGB

 RED value IS 184 (72.27% from 255) = 37.47%

 GREEN value IS 174 (68.36% from 255) = 35.44%

 BLUE value IS 133 (52.34% from 255) = 27.09%

R = 37.47%
G = 35.44%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B8AE85 (or 0xB8AE85) is known color: Chino. HEX triplet: B8, AE and 85. RGB value is (184,174,133). Sum of RGB (Red+Green+Blue) = 184+174+133=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AE85 is #47517A. Grayscale: #ACACAC. Windows color (decimal): -4673915 or 8761016. OLE color: 8761016.

HSL color Cylindrical-coordinate representation of color #B8AE85: hue angle of 48.24º degrees, saturation: 0.26, 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 #B8AE85 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 174 133 -
CMYK 0 0.05 0.28 0.28
HSL 48.24º 0.26% 0.62% -
HSV(B) 48.24º 0.28% 0.72% -
XYZ 39.14 42.16 28.26 -
YUV 172.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 184 174 133 0 0.05 0.28 0.28 48.24 0.26 0.62
Hex B8 AE 85 0 5 1C 1C 30 1A 3E
Octal 270 256 205 0 5 34 34 60 32 76
Binary 10111000 10101110 10000101 0 101 11100 11100 110000 11010 111110

Color Harmonies of #B8AE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AE85

Black with #B8AE85

Text Example


Text Example

White with #B8AE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AE85; }

 p { color: rgb(184,174,133); }

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

background-color css

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

 a { background-color: rgb(184,174,133); }

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

border-color css

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

 span { border-color: rgb(184,174,133); }

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