Html Css Color HEX #BDB780 Coriander

📋 copy color: '#BDB780'

red 189 ◦ green 183 ◦ blue 128

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

Shades of Coriander #BDB780

Tints of Coriander #BDB780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.6%

R = 37.8%
G = 36.6%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BDB780 (or 0xBDB780) is known color: Coriander. HEX triplet: BD, B7 and 80. RGB value is (189,183,128). Sum of RGB (Red+Green+Blue) = 189+183+128=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB780 is #42487F. Grayscale: #B2B2B2. Windows color (decimal): -4343936 or 8435645. OLE color: 8435645.

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

Color convert

RGB 189 183 128 -
CMYK 0 0.03 0.32 0.26
HSL 54.1º 0.32% 0.62% -
HSV(B) 54.1º 0.32% 0.74% -
XYZ 41.82 46.24 27.14 -
YUV 178.52 99.49 135.47 -
System Red Green Blue C M Y K H S L
Decimal 189 183 128 0 0.03 0.32 0.26 54.1 0.32 0.62
Hex BD B7 80 0 3 20 1A 36 20 3E
Octal 275 267 200 0 3 40 32 66 40 76
Binary 10111101 10110111 10000000 0 11 100000 11010 110110 100000 111110

Color Harmonies of #BDB780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB780

Black with #BDB780

Text Example


Text Example

White with #BDB780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB780; }

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

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

background-color css

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

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

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

border-color css

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

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

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