Html Css Color HEX #BDB086 Chino

📋 copy color: '#BDB086'

red 189 ◦ green 176 ◦ blue 134

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

Shades of Chino #BDB086

Tints of Chino #BDB086

RGB

 RED value IS 189 (74.22% from 255) = 37.88%

 GREEN value IS 176 (69.14% from 255) = 35.27%

 BLUE value IS 134 (52.73% from 255) = 26.85%

R = 37.88%
G = 35.27%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BDB086 (or 0xBDB086) is known color: Chino. HEX triplet: BD, B0 and 86. RGB value is (189,176,134). Sum of RGB (Red+Green+Blue) = 189+176+134=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB086 is #424F79. Grayscale: #AFAFAF. Windows color (decimal): -4345722 or 8827069. OLE color: 8827069.

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

Color convert

RGB 189 176 134 -
CMYK 0 0.07 0.29 0.26
HSL 45.82º 0.29% 0.63% -
HSV(B) 45.82º 0.29% 0.74% -
XYZ 40.81 43.59 28.82 -
YUV 175.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 189 176 134 0 0.07 0.29 0.26 45.82 0.29 0.63
Hex BD B0 86 0 7 1D 1A 2E 1D 3F
Octal 275 260 206 0 7 35 32 56 35 77
Binary 10111101 10110000 10000110 0 111 11101 11010 101110 11101 111111

Color Harmonies of #BDB086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB086

Black with #BDB086

Text Example


Text Example

White with #BDB086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB086; }

 p { color: rgb(189,176,134); }

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

background-color css

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

 a { background-color: rgb(189,176,134); }

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

border-color css

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

 span { border-color: rgb(189,176,134); }

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