Html Css Color HEX #BD6712 Chocolate

📋 copy color: '#BD6712'

red 189 ◦ green 103 ◦ blue 18

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

Shades of Chocolate #BD6712

Tints of Chocolate #BD6712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

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

R = 60.97%
G = 33.23%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD6712 (or 0xBD6712) is known color: Chocolate. HEX triplet: BD, 67 and 12. RGB value is (189,103,18). Sum of RGB (Red+Green+Blue) = 189+103+18=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6712 is #4298ED. Grayscale: #777777. Windows color (decimal): -4364526 or 1206205. OLE color: 1206205.

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

Color convert

RGB 189 103 18 -
CMYK 0 0.46 0.90 0.26
HSL 29.82º 0.83% 0.41% -
HSV(B) 29.82º 0.9% 0.74% -
XYZ 25.95 20.56 3.17 -
YUV 119.02 70.99 177.91 -
System Red Green Blue C M Y K H S L
Decimal 189 103 18 0 0.46 0.90 0.26 29.82 0.83 0.41
Hex BD 67 12 0 2E 5A 1A 1E 53 29
Octal 275 147 22 0 56 132 32 36 123 51
Binary 10111101 1100111 10010 0 101110 1011010 11010 11110 1010011 101001

Color Harmonies of #BD6712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6712

Black with #BD6712

Text Example


Text Example

White with #BD6712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6712; }

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

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

background-color css

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

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

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

border-color css

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

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

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