Html Css Color HEX #BDB289 Chino

📋 copy color: '#BDB289'

red 189 ◦ green 178 ◦ blue 137

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

Shades of Chino #BDB289

Tints of Chino #BDB289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.18%

R = 37.5%
G = 35.32%
B = 27.18%

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

#BDB289 (or 0xBDB289) is known color: Chino. HEX triplet: BD, B2 and 89. RGB value is (189,178,137). Sum of RGB (Red+Green+Blue) = 189+178+137=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB289 is #424D76. Grayscale: #B0B0B0. Windows color (decimal): -4345207 or 9024189. OLE color: 9024189.

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

Color convert

RGB 189 178 137 -
CMYK 0 0.06 0.28 0.26
HSL 47.31º 0.28% 0.64% -
HSV(B) 47.31º 0.28% 0.74% -
XYZ 41.42 44.47 30.07 -
YUV 176.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 189 178 137 0 0.06 0.28 0.26 47.31 0.28 0.64
Hex BD B2 89 0 6 1C 1A 2F 1C 40
Octal 275 262 211 0 6 34 32 57 34 100
Binary 10111101 10110010 10001001 0 110 11100 11010 101111 11100 1000000

Color Harmonies of #BDB289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB289

Black with #BDB289

Text Example


Text Example

White with #BDB289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB289; }

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

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

background-color css

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

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

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

border-color css

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

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

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