Html Css Color HEX #BDB090 Chino

📋 copy color: '#BDB090'

red 189 ◦ green 176 ◦ blue 144

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

Shades of Chino #BDB090

Tints of Chino #BDB090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.29%

R = 37.13%
G = 34.58%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BDB090 (or 0xBDB090) is known color: Chino. HEX triplet: BD, B0 and 90. RGB value is (189,176,144). Sum of RGB (Red+Green+Blue) = 189+176+144=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB090 is #424F6F. Grayscale: #B0B0B0. Windows color (decimal): -4345712 or 9482429. OLE color: 9482429.

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

Color convert

RGB 189 176 144 -
CMYK 0 0.07 0.24 0.26
HSL 42.67º 0.25% 0.65% -
HSV(B) 42.67º 0.24% 0.74% -
XYZ 41.55 43.88 32.67 -
YUV 176.24 109.81 137.1 -
System Red Green Blue C M Y K H S L
Decimal 189 176 144 0 0.07 0.24 0.26 42.67 0.25 0.65
Hex BD B0 90 0 7 18 1A 2B 19 41
Octal 275 260 220 0 7 30 32 53 31 101
Binary 10111101 10110000 10010000 0 111 11000 11010 101011 11001 1000001

Color Harmonies of #BDB090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB090

Black with #BDB090

Text Example


Text Example

White with #BDB090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB090; }

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

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

background-color css

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

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

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

border-color css

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

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

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