Html Css Color HEX #BDB792 Coriander

📋 copy color: '#BDB792'

red 189 ◦ green 183 ◦ blue 146

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

Shades of Coriander #BDB792

Tints of Coriander #BDB792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.19%

R = 36.49%
G = 35.33%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BDB792 (or 0xBDB792) is known color: Coriander. HEX triplet: BD, B7 and 92. RGB value is (189,183,146). Sum of RGB (Red+Green+Blue) = 189+183+146=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB792 is #42486D. Grayscale: #B4B4B4. Windows color (decimal): -4343918 or 9615293. OLE color: 9615293.

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

Color convert

RGB 189 183 146 -
CMYK 0 0.03 0.23 0.26
HSL 51.63º 0.25% 0.66% -
HSV(B) 51.63º 0.23% 0.74% -
XYZ 43.11 46.76 33.95 -
YUV 180.58 108.49 134.01 -
System Red Green Blue C M Y K H S L
Decimal 189 183 146 0 0.03 0.23 0.26 51.63 0.25 0.66
Hex BD B7 92 0 3 17 1A 34 19 42
Octal 275 267 222 0 3 27 32 64 31 102
Binary 10111101 10110111 10010010 0 11 10111 11010 110100 11001 1000010

Color Harmonies of #BDB792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB792

Black with #BDB792

Text Example


Text Example

White with #BDB792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB792; }

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

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

background-color css

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

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

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

border-color css

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

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

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