Html Css Color HEX #B9670F Chocolate

📋 copy color: '#B9670F'

red 185 ◦ green 103 ◦ blue 15

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

Shades of Chocolate #B9670F

Tints of Chocolate #B9670F

RGB

 RED value IS 185 (72.66% from 255) = 61.06%

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

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

R = 61.06%
G = 33.99%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9670F (or 0xB9670F) is known color: Chocolate. HEX triplet: B9, 67 and 0F. RGB value is (185,103,15). Sum of RGB (Red+Green+Blue) = 185+103+15=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B9670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9670F is #4698F0. Grayscale: #757575. Windows color (decimal): -4626673 or 1009593. OLE color: 1009593.

HSL color Cylindrical-coordinate representation of color #B9670F: hue angle of 31.06º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9670F is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 103 15 -
CMYK 0 0.44 0.92 0.27
HSL 31.06º 0.85% 0.39% -
HSV(B) 31.06º 0.92% 0.73% -
XYZ 24.94 20.05 3.01 -
YUV 117.49 70.17 176.16 -
System Red Green Blue C M Y K H S L
Decimal 185 103 15 0 0.44 0.92 0.27 31.06 0.85 0.39
Hex B9 67 F 0 2C 5C 1B 1F 55 27
Octal 271 147 17 0 54 134 33 37 125 47
Binary 10111001 1100111 1111 0 101100 1011100 11011 11111 1010101 100111

Color Harmonies of #B9670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9670F

Black with #B9670F

Text Example


Text Example

White with #B9670F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9670F; }

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

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

background-color css

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

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

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

border-color css

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

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

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