Html Css Color HEX #BDB291 Chino

📋 copy color: '#BDB291'

red 189 ◦ green 178 ◦ blue 145

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

Shades of Chino #BDB291

Tints of Chino #BDB291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.32%

R = 36.91%
G = 34.77%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BDB291 (or 0xBDB291) is known color: Chino. HEX triplet: BD, B2 and 91. RGB value is (189,178,145). Sum of RGB (Red+Green+Blue) = 189+178+145=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB291 is #424D6E. Grayscale: #B1B1B1. Windows color (decimal): -4345199 or 9548477. OLE color: 9548477.

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

Color convert

RGB 189 178 145 -
CMYK 0 0.06 0.23 0.26
HSL 45º 0.25% 0.65% -
HSV(B) 45º 0.23% 0.74% -
XYZ 42.02 44.7 33.2 -
YUV 177.53 109.64 136.18 -
System Red Green Blue C M Y K H S L
Decimal 189 178 145 0 0.06 0.23 0.26 45 0.25 0.65
Hex BD B2 91 0 6 17 1A 2D 19 41
Octal 275 262 221 0 6 27 32 55 31 101
Binary 10111101 10110010 10010001 0 110 10111 11010 101101 11001 1000001

Color Harmonies of #BDB291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB291

Black with #BDB291

Text Example


Text Example

White with #BDB291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB291; }

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

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

background-color css

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

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

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

border-color css

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

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

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