Html Css Color HEX #BD6612 Chocolate

📋 copy color: '#BD6612'

red 189 ◦ green 102 ◦ blue 18

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

Shades of Chocolate #BD6612

Tints of Chocolate #BD6612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.01%

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

R = 61.17%
G = 33.01%
B = 5.83%

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

#BD6612 (or 0xBD6612) is known color: Chocolate. HEX triplet: BD, 66 and 12. RGB value is (189,102,18). Sum of RGB (Red+Green+Blue) = 189+102+18=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6612 is #4299ED. Grayscale: #767676. Windows color (decimal): -4364782 or 1205949. OLE color: 1205949.

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

Color convert

RGB 189 102 18 -
CMYK 0 0.46 0.90 0.26
HSL 29.47º 0.83% 0.41% -
HSV(B) 29.47º 0.9% 0.74% -
XYZ 25.85 20.37 3.14 -
YUV 118.44 71.32 178.33 -
System Red Green Blue C M Y K H S L
Decimal 189 102 18 0 0.46 0.90 0.26 29.47 0.83 0.41
Hex BD 66 12 0 2E 5A 1A 1D 53 29
Octal 275 146 22 0 56 132 32 35 123 51
Binary 10111101 1100110 10010 0 101110 1011010 11010 11101 1010011 101001

Color Harmonies of #BD6612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6612

Black with #BD6612

Text Example


Text Example

White with #BD6612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6612; }

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

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

background-color css

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

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

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

border-color css

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

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

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