Html Css Color HEX #BD6115 Chocolate

📋 copy color: '#BD6115'

red 189 ◦ green 97 ◦ blue 21

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

Shades of Chocolate #BD6115

Tints of Chocolate #BD6115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.6%

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

R = 61.56%
G = 31.6%
B = 6.84%

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

#BD6115 (or 0xBD6115) is known color: Chocolate. HEX triplet: BD, 61 and 15. RGB value is (189,97,21). Sum of RGB (Red+Green+Blue) = 189+97+21=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6115 is #429EEA. Grayscale: #747474. Windows color (decimal): -4366059 or 1401277. OLE color: 1401277.

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

Color convert

RGB 189 97 21 -
CMYK 0 0.49 0.89 0.26
HSL 27.14º 0.8% 0.41% -
HSV(B) 27.14º 0.89% 0.74% -
XYZ 25.4 19.42 3.12 -
YUV 115.84 74.48 180.18 -
System Red Green Blue C M Y K H S L
Decimal 189 97 21 0 0.49 0.89 0.26 27.14 0.8 0.41
Hex BD 61 15 0 31 59 1A 1B 50 29
Octal 275 141 25 0 61 131 32 33 120 51
Binary 10111101 1100001 10101 0 110001 1011001 11010 11011 1010000 101001

Color Harmonies of #BD6115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6115

Black with #BD6115

Text Example


Text Example

White with #BD6115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6115; }

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

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

background-color css

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

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

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

border-color css

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

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

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