Html Css Color HEX #BDB795 Coriander

📋 copy color: '#BDB795'

red 189 ◦ green 183 ◦ blue 149

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

Shades of Coriander #BDB795

Tints of Coriander #BDB795

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.12%

 BLUE value IS 149 (58.59% from 255) = 28.6%

R = 36.28%
G = 35.12%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BDB795 (or 0xBDB795) is known color: Coriander. HEX triplet: BD, B7 and 95. RGB value is (189,183,149). Sum of RGB (Red+Green+Blue) = 189+183+149=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB795 is #42486A. Grayscale: #B5B5B5. Windows color (decimal): -4343915 or 9811901. OLE color: 9811901.

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

Color convert

RGB 189 183 149 -
CMYK 0 0.03 0.21 0.26
HSL 51º 0.23% 0.66% -
HSV(B) 51º 0.21% 0.74% -
XYZ 43.34 46.86 35.19 -
YUV 180.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 189 183 149 0 0.03 0.21 0.26 51 0.23 0.66
Hex BD B7 95 0 3 15 1A 33 17 42
Octal 275 267 225 0 3 25 32 63 27 102
Binary 10111101 10110111 10010101 0 11 10101 11010 110011 10111 1000010

Color Harmonies of #BDB795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB795

Black with #BDB795

Text Example


Text Example

White with #BDB795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB795; }

 p { color: rgb(189,183,149); }

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

background-color css

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

 a { background-color: rgb(189,183,149); }

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

border-color css

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

 span { border-color: rgb(189,183,149); }

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