Html Css Color HEX #BDB188 Chino

📋 copy color: '#BDB188'

red 189 ◦ green 177 ◦ blue 136

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

Shades of Chino #BDB188

Tints of Chino #BDB188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.09%

R = 37.65%
G = 35.26%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BDB188 (or 0xBDB188) is known color: Chino. HEX triplet: BD, B1 and 88. RGB value is (189,177,136). Sum of RGB (Red+Green+Blue) = 189+177+136=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB188 is #424E77. Grayscale: #B0B0B0. Windows color (decimal): -4345464 or 8958397. OLE color: 8958397.

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

Color convert

RGB 189 177 136 -
CMYK 0 0.06 0.28 0.26
HSL 46.42º 0.29% 0.64% -
HSV(B) 46.42º 0.28% 0.74% -
XYZ 41.15 44.04 29.62 -
YUV 175.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 189 177 136 0 0.06 0.28 0.26 46.42 0.29 0.64
Hex BD B1 88 0 6 1C 1A 2E 1D 40
Octal 275 261 210 0 6 34 32 56 35 100
Binary 10111101 10110001 10001000 0 110 11100 11010 101110 11101 1000000

Color Harmonies of #BDB188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB188

Black with #BDB188

Text Example


Text Example

White with #BDB188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB188; }

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

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

background-color css

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

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

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

border-color css

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

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

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