Html Css Color HEX #BDB995 Coriander

📋 copy color: '#BDB995'

red 189 ◦ green 185 ◦ blue 149

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

Shades of Coriander #BDB995

Tints of Coriander #BDB995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.37%

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

R = 36.14%
G = 35.37%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BDB995 (or 0xBDB995) is known color: Coriander. HEX triplet: BD, B9 and 95. RGB value is (189,185,149). Sum of RGB (Red+Green+Blue) = 189+185+149=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB995 is #42466A. Grayscale: #B6B6B6. Windows color (decimal): -4343403 or 9812413. OLE color: 9812413.

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

Color convert

RGB 189 185 149 -
CMYK 0 0.02 0.21 0.26
HSL 54º 0.23% 0.66% -
HSV(B) 54º 0.21% 0.74% -
XYZ 43.76 47.69 35.33 -
YUV 182.09 109.33 132.93 -
System Red Green Blue C M Y K H S L
Decimal 189 185 149 0 0.02 0.21 0.26 54 0.23 0.66
Hex BD B9 95 0 2 15 1A 36 17 42
Octal 275 271 225 0 2 25 32 66 27 102
Binary 10111101 10111001 10010101 0 10 10101 11010 110110 10111 1000010

Color Harmonies of #BDB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB995

Black with #BDB995

Text Example


Text Example

White with #BDB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB995; }

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

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

background-color css

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

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

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

border-color css

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

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

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