Html Css Color HEX #BDB983 Coriander

📋 copy color: '#BDB983'

red 189 ◦ green 185 ◦ blue 131

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

Shades of Coriander #BDB983

Tints of Coriander #BDB983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.94%

R = 37.43%
G = 36.63%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BDB983 (or 0xBDB983) is known color: Coriander. HEX triplet: BD, B9 and 83. RGB value is (189,185,131). Sum of RGB (Red+Green+Blue) = 189+185+131=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB983 is #42467C. Grayscale: #B4B4B4. Windows color (decimal): -4343421 or 8632765. OLE color: 8632765.

HSL color Cylindrical-coordinate representation of color #BDB983: hue angle of 55.86º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDB983 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 131 -
CMYK 0 0.02 0.31 0.26
HSL 55.86º 0.31% 0.63% -
HSV(B) 55.86º 0.31% 0.74% -
XYZ 42.43 47.16 28.34 -
YUV 180.04 100.33 134.39 -
System Red Green Blue C M Y K H S L
Decimal 189 185 131 0 0.02 0.31 0.26 55.86 0.31 0.63
Hex BD B9 83 0 2 1F 1A 38 1F 3F
Octal 275 271 203 0 2 37 32 70 37 77
Binary 10111101 10111001 10000011 0 10 11111 11010 111000 11111 111111

Color Harmonies of #BDB983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB983

Black with #BDB983

Text Example


Text Example

White with #BDB983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB983; }

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

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

background-color css

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

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

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

border-color css

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

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

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