Html Css Color HEX #BDB794 Coriander

📋 copy color: '#BDB794'

red 189 ◦ green 183 ◦ blue 148

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

Shades of Coriander #BDB794

Tints of Coriander #BDB794

RGB

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

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

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

R = 36.35%
G = 35.19%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BDB794 (or 0xBDB794) is known color: Coriander. HEX triplet: BD, B7 and 94. RGB value is (189,183,148). Sum of RGB (Red+Green+Blue) = 189+183+148=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB794 is #42486B. Grayscale: #B4B4B4. Windows color (decimal): -4343916 or 9746365. OLE color: 9746365.

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

Color convert

RGB 189 183 148 -
CMYK 0 0.03 0.22 0.26
HSL 51.22º 0.24% 0.66% -
HSV(B) 51.22º 0.22% 0.74% -
XYZ 43.27 46.82 34.77 -
YUV 180.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 189 183 148 0 0.03 0.22 0.26 51.22 0.24 0.66
Hex BD B7 94 0 3 16 1A 33 18 42
Octal 275 267 224 0 3 26 32 63 30 102
Binary 10111101 10110111 10010100 0 11 10110 11010 110011 11000 1000010

Color Harmonies of #BDB794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB794

Black with #BDB794

Text Example


Text Example

White with #BDB794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB794; }

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

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

background-color css

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

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

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

border-color css

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

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

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