Html Css Color HEX #BD6015 Chocolate

📋 copy color: '#BD6015'

red 189 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #BD6015

Tints of Chocolate #BD6015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.37%

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

R = 61.76%
G = 31.37%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD6015 (or 0xBD6015) is known color: Chocolate. HEX triplet: BD, 60 and 15. RGB value is (189,96,21). Sum of RGB (Red+Green+Blue) = 189+96+21=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6015 is #429FEA. Grayscale: #737373. Windows color (decimal): -4366315 or 1401021. OLE color: 1401021.

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

Color convert

RGB 189 96 21 -
CMYK 0 0.49 0.89 0.26
HSL 26.79º 0.8% 0.41% -
HSV(B) 26.79º 0.89% 0.74% -
XYZ 25.3 19.24 3.09 -
YUV 115.26 74.81 180.6 -
System Red Green Blue C M Y K H S L
Decimal 189 96 21 0 0.49 0.89 0.26 26.79 0.8 0.41
Hex BD 60 15 0 31 59 1A 1B 50 29
Octal 275 140 25 0 61 131 32 33 120 51
Binary 10111101 1100000 10101 0 110001 1011001 11010 11011 1010000 101001

Color Harmonies of #BD6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6015

Black with #BD6015

Text Example


Text Example

White with #BD6015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6015; }

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

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

background-color css

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

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

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

border-color css

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

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

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