Html Css Color HEX #BDB288 Chino

📋 copy color: '#BDB288'

red 189 ◦ green 178 ◦ blue 136

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

Shades of Chino #BDB288

Tints of Chino #BDB288

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.39%

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

R = 37.57%
G = 35.39%
B = 27.04%

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

#BDB288 (or 0xBDB288) is known color: Chino. HEX triplet: BD, B2 and 88. RGB value is (189,178,136). Sum of RGB (Red+Green+Blue) = 189+178+136=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB288 is #424D77. Grayscale: #B0B0B0. Windows color (decimal): -4345208 or 8958653. OLE color: 8958653.

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

Color convert

RGB 189 178 136 -
CMYK 0 0.06 0.28 0.26
HSL 47.55º 0.29% 0.64% -
HSV(B) 47.55º 0.28% 0.74% -
XYZ 41.35 44.44 29.69 -
YUV 176.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 189 178 136 0 0.06 0.28 0.26 47.55 0.29 0.64
Hex BD B2 88 0 6 1C 1A 30 1D 40
Octal 275 262 210 0 6 34 32 60 35 100
Binary 10111101 10110010 10001000 0 110 11100 11010 110000 11101 1000000

Color Harmonies of #BDB288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB288

Black with #BDB288

Text Example


Text Example

White with #BDB288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB288; }

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

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

background-color css

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

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

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

border-color css

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

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

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