Html Css Color HEX #BD6316 Chocolate

📋 copy color: '#BD6316'

red 189 ◦ green 99 ◦ blue 22

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

Shades of Chocolate #BD6316

Tints of Chocolate #BD6316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.94%

 BLUE value IS 22 (8.98% from 255) = 7.1%

R = 60.97%
G = 31.94%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD6316 (or 0xBD6316) is known color: Chocolate. HEX triplet: BD, 63 and 16. RGB value is (189,99,22). Sum of RGB (Red+Green+Blue) = 189+99+22=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6316 is #429CE9. Grayscale: #757575. Windows color (decimal): -4365546 or 1467325. OLE color: 1467325.

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

Color convert

RGB 189 99 22 -
CMYK 0 0.48 0.88 0.26
HSL 27.66º 0.79% 0.41% -
HSV(B) 27.66º 0.88% 0.74% -
XYZ 25.59 19.8 3.23 -
YUV 117.13 74.32 179.26 -
System Red Green Blue C M Y K H S L
Decimal 189 99 22 0 0.48 0.88 0.26 27.66 0.79 0.41
Hex BD 63 16 0 30 58 1A 1C 4F 29
Octal 275 143 26 0 60 130 32 34 117 51
Binary 10111101 1100011 10110 0 110000 1011000 11010 11100 1001111 101001

Color Harmonies of #BD6316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6316

Black with #BD6316

Text Example


Text Example

White with #BD6316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6316; }

 p { color: rgb(189,99,22); }

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

background-color css

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

 a { background-color: rgb(189,99,22); }

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

border-color css

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

 span { border-color: rgb(189,99,22); }

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