Html Css Color HEX #BDB187 Chino

📋 copy color: '#BDB187'

red 189 ◦ green 177 ◦ blue 135

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

Shades of Chino #BDB187

Tints of Chino #BDB187

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.33%

 BLUE value IS 135 (53.13% from 255) = 26.95%

R = 37.72%
G = 35.33%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BDB187 (or 0xBDB187) is known color: Chino. HEX triplet: BD, B1 and 87. RGB value is (189,177,135). Sum of RGB (Red+Green+Blue) = 189+177+135=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB187 is #424E78. Grayscale: #AFAFAF. Windows color (decimal): -4345465 or 8892861. OLE color: 8892861.

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

Color convert

RGB 189 177 135 -
CMYK 0 0.06 0.29 0.26
HSL 46.67º 0.29% 0.64% -
HSV(B) 46.67º 0.29% 0.74% -
XYZ 41.08 44.01 29.25 -
YUV 175.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 189 177 135 0 0.06 0.29 0.26 46.67 0.29 0.64
Hex BD B1 87 0 6 1D 1A 2F 1D 40
Octal 275 261 207 0 6 35 32 57 35 100
Binary 10111101 10110001 10000111 0 110 11101 11010 101111 11101 1000000

Color Harmonies of #BDB187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB187

Black with #BDB187

Text Example


Text Example

White with #BDB187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB187; }

 p { color: rgb(189,177,135); }

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

background-color css

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

 a { background-color: rgb(189,177,135); }

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

border-color css

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

 span { border-color: rgb(189,177,135); }

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