Html Css Color HEX #BDB693 Coriander

📋 copy color: '#BDB693'

red 189 ◦ green 182 ◦ blue 147

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

Shades of Coriander #BDB693

Tints of Coriander #BDB693

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.14%

 BLUE value IS 147 (57.81% from 255) = 28.38%

R = 36.49%
G = 35.14%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BDB693 (or 0xBDB693) is known color: Coriander. HEX triplet: BD, B6 and 93. RGB value is (189,182,147). Sum of RGB (Red+Green+Blue) = 189+182+147=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB693 is #42496C. Grayscale: #B4B4B4. Windows color (decimal): -4344173 or 9680573. OLE color: 9680573.

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

Color convert

RGB 189 182 147 -
CMYK 0 0.04 0.22 0.26
HSL 50º 0.24% 0.66% -
HSV(B) 50º 0.22% 0.74% -
XYZ 42.98 46.38 34.29 -
YUV 180.1 109.32 134.35 -
System Red Green Blue C M Y K H S L
Decimal 189 182 147 0 0.04 0.22 0.26 50 0.24 0.66
Hex BD B6 93 0 4 16 1A 32 18 42
Octal 275 266 223 0 4 26 32 62 30 102
Binary 10111101 10110110 10010011 0 100 10110 11010 110010 11000 1000010

Color Harmonies of #BDB693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB693

Black with #BDB693

Text Example


Text Example

White with #BDB693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB693; }

 p { color: rgb(189,182,147); }

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

background-color css

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

 a { background-color: rgb(189,182,147); }

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

border-color css

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

 span { border-color: rgb(189,182,147); }

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