Html Css Color HEX #BD670F Chocolate

📋 copy color: '#BD670F'

red 189 ◦ green 103 ◦ blue 15

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

Shades of Chocolate #BD670F

Tints of Chocolate #BD670F

RGB

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

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

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

R = 61.56%
G = 33.55%
B = 4.89%

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

#BD670F (or 0xBD670F) is known color: Chocolate. HEX triplet: BD, 67 and 0F. RGB value is (189,103,15). Sum of RGB (Red+Green+Blue) = 189+103+15=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD670F is #4298F0. Grayscale: #777777. Windows color (decimal): -4364529 or 1009597. OLE color: 1009597.

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

Color convert

RGB 189 103 15 -
CMYK 0 0.46 0.92 0.26
HSL 30.34º 0.85% 0.4% -
HSV(B) 30.34º 0.92% 0.74% -
XYZ 25.92 20.55 3.05 -
YUV 118.68 69.49 178.16 -
System Red Green Blue C M Y K H S L
Decimal 189 103 15 0 0.46 0.92 0.26 30.34 0.85 0.4
Hex BD 67 F 0 2E 5C 1A 1E 55 28
Octal 275 147 17 0 56 134 32 36 125 50
Binary 10111101 1100111 1111 0 101110 1011100 11010 11110 1010101 101000

Color Harmonies of #BD670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD670F

Black with #BD670F

Text Example


Text Example

White with #BD670F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD670F; }

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

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

background-color css

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

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

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

border-color css

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

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

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