Html Css Color HEX #BDB694 Coriander

📋 copy color: '#BDB694'

red 189 ◦ green 182 ◦ blue 148

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

Shades of Coriander #BDB694

Tints of Coriander #BDB694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.52%

R = 36.42%
G = 35.07%
B = 28.52%

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

#BDB694 (or 0xBDB694) is known color: Coriander. HEX triplet: BD, B6 and 94. RGB value is (189,182,148). Sum of RGB (Red+Green+Blue) = 189+182+148=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB694 is #42496B. Grayscale: #B4B4B4. Windows color (decimal): -4344172 or 9746109. OLE color: 9746109.

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

Color convert

RGB 189 182 148 -
CMYK 0 0.04 0.22 0.26
HSL 49.76º 0.24% 0.66% -
HSV(B) 49.76º 0.22% 0.74% -
XYZ 43.06 46.41 34.71 -
YUV 180.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 189 182 148 0 0.04 0.22 0.26 49.76 0.24 0.66
Hex BD B6 94 0 4 16 1A 32 18 42
Octal 275 266 224 0 4 26 32 62 30 102
Binary 10111101 10110110 10010100 0 100 10110 11010 110010 11000 1000010

Color Harmonies of #BDB694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB694

Black with #BDB694

Text Example


Text Example

White with #BDB694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB694; }

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

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

background-color css

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

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

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

border-color css

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

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

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