Html Css Color HEX #BCAF84 Chino

📋 copy color: '#BCAF84'

red 188 ◦ green 175 ◦ blue 132

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

Shades of Chino #BCAF84

Tints of Chino #BCAF84

RGB

 RED value IS 188 (73.83% from 255) = 37.98%

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

 BLUE value IS 132 (51.95% from 255) = 26.67%

R = 37.98%
G = 35.35%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCAF84 (or 0xBCAF84) is known color: Chino. HEX triplet: BC, AF and 84. RGB value is (188,175,132). Sum of RGB (Red+Green+Blue) = 188+175+132=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF84 is #43507B. Grayscale: #AEAEAE. Windows color (decimal): -4411516 or 8695740. OLE color: 8695740.

HSL color Cylindrical-coordinate representation of color #BCAF84: hue angle of 46.07º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCAF84 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 175 132 -
CMYK 0 0.07 0.30 0.26
HSL 46.07º 0.29% 0.63% -
HSV(B) 46.07º 0.3% 0.74% -
XYZ 40.23 43.02 28.01 -
YUV 173.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 188 175 132 0 0.07 0.30 0.26 46.07 0.29 0.63
Hex BC AF 84 0 7 1E 1A 2E 1D 3F
Octal 274 257 204 0 7 36 32 56 35 77
Binary 10111100 10101111 10000100 0 111 11110 11010 101110 11101 111111

Color Harmonies of #BCAF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF84

Black with #BCAF84

Text Example


Text Example

White with #BCAF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF84; }

 p { color: rgb(188,175,132); }

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

background-color css

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

 a { background-color: rgb(188,175,132); }

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

border-color css

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

 span { border-color: rgb(188,175,132); }

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