Html Css Color HEX #BD6915 Chocolate

📋 copy color: '#BD6915'

red 189 ◦ green 105 ◦ blue 21

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

Shades of Chocolate #BD6915

Tints of Chocolate #BD6915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.33%

 BLUE value IS 21 (8.59% from 255) = 6.67%

R = 60%
G = 33.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD6915 (or 0xBD6915) is known color: Chocolate. HEX triplet: BD, 69 and 15. RGB value is (189,105,21). Sum of RGB (Red+Green+Blue) = 189+105+21=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6915 is #4296EA. Grayscale: #787878. Windows color (decimal): -4364011 or 1403325. OLE color: 1403325.

HSL color Cylindrical-coordinate representation of color #BD6915: hue angle of 30º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD6915 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 105 21 -
CMYK 0 0.44 0.89 0.26
HSL 30º 0.8% 0.41% -
HSV(B) 30º 0.89% 0.74% -
XYZ 26.17 20.98 3.38 -
YUV 120.54 71.83 176.83 -
System Red Green Blue C M Y K H S L
Decimal 189 105 21 0 0.44 0.89 0.26 30 0.8 0.41
Hex BD 69 15 0 2C 59 1A 1E 50 29
Octal 275 151 25 0 54 131 32 36 120 51
Binary 10111101 1101001 10101 0 101100 1011001 11010 11110 1010000 101001

Color Harmonies of #BD6915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6915

Black with #BD6915

Text Example


Text Example

White with #BD6915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6915; }

 p { color: rgb(189,105,21); }

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

background-color css

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

 a { background-color: rgb(189,105,21); }

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

border-color css

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

 span { border-color: rgb(189,105,21); }

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