Html Css Color HEX #BD660F Chocolate

📋 copy color: '#BD660F'

red 189 ◦ green 102 ◦ blue 15

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

Shades of Chocolate #BD660F

Tints of Chocolate #BD660F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.9%

R = 61.76%
G = 33.33%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD660F (or 0xBD660F) is known color: Chocolate. HEX triplet: BD, 66 and 0F. RGB value is (189,102,15). Sum of RGB (Red+Green+Blue) = 189+102+15=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD660F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD660F is #4299F0. Grayscale: #767676. Windows color (decimal): -4364785 or 1009341. OLE color: 1009341.

HSL color Cylindrical-coordinate representation of color #BD660F: hue angle of 30º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD660F is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 102 15 -
CMYK 0 0.46 0.92 0.26
HSL 30º 0.85% 0.4% -
HSV(B) 30º 0.92% 0.74% -
XYZ 25.82 20.36 3.02 -
YUV 118.1 69.82 178.57 -
System Red Green Blue C M Y K H S L
Decimal 189 102 15 0 0.46 0.92 0.26 30 0.85 0.4
Hex BD 66 F 0 2E 5C 1A 1E 55 28
Octal 275 146 17 0 56 134 32 36 125 50
Binary 10111101 1100110 1111 0 101110 1011100 11010 11110 1010101 101000

Color Harmonies of #BD660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD660F

Black with #BD660F

Text Example


Text Example

White with #BD660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD660F; }

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

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

background-color css

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

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

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

border-color css

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

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

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