Html Css Color HEX #BD6312 Chocolate

📋 copy color: '#BD6312'

red 189 ◦ green 99 ◦ blue 18

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

Shades of Chocolate #BD6312

Tints of Chocolate #BD6312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.88%

R = 61.76%
G = 32.35%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD6312 (or 0xBD6312) is known color: Chocolate. HEX triplet: BD, 63 and 12. RGB value is (189,99,18). Sum of RGB (Red+Green+Blue) = 189+99+18=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6312 is #429CED. Grayscale: #757575. Windows color (decimal): -4365550 or 1205181. OLE color: 1205181.

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

Color convert

RGB 189 99 18 -
CMYK 0 0.48 0.90 0.26
HSL 28.42º 0.83% 0.41% -
HSV(B) 28.42º 0.9% 0.74% -
XYZ 25.56 19.79 3.04 -
YUV 116.68 72.32 179.59 -
System Red Green Blue C M Y K H S L
Decimal 189 99 18 0 0.48 0.90 0.26 28.42 0.83 0.41
Hex BD 63 12 0 30 5A 1A 1C 53 29
Octal 275 143 22 0 60 132 32 34 123 51
Binary 10111101 1100011 10010 0 110000 1011010 11010 11100 1010011 101001

Color Harmonies of #BD6312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6312

Black with #BD6312

Text Example


Text Example

White with #BD6312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6312; }

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

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

background-color css

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

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

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

border-color css

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

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

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