Html Css Color HEX #B35E14 Golden Brown

📋 copy color: '#B35E14'

red 179 ◦ green 94 ◦ blue 20

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

Shades of Golden Brown #B35E14

Tints of Golden Brown #B35E14

RGB

 RED value IS 179 (70.31% from 255) = 61.09%

 GREEN value IS 94 (37.11% from 255) = 32.08%

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 61.09%
G = 32.08%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B35E14 (or 0xB35E14) is known color: Golden Brown. HEX triplet: B3, 5E and 14. RGB value is (179,94,20). Sum of RGB (Red+Green+Blue) = 179+94+20=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35E14 is #4CA1EB. Grayscale: #6F6F6F. Windows color (decimal): -5022188 or 1334963. OLE color: 1334963.

HSL color Cylindrical-coordinate representation of color #B35E14: hue angle of 27.92º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B35E14 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 94 20 -
CMYK 0 0.47 0.89 0.30
HSL 27.92º 0.8% 0.39% -
HSV(B) 27.92º 0.89% 0.7% -
XYZ 22.72 17.64 2.87 -
YUV 110.98 76.66 176.52 -
System Red Green Blue C M Y K H S L
Decimal 179 94 20 0 0.47 0.89 0.30 27.92 0.8 0.39
Hex B3 5E 14 0 2F 59 1E 1C 50 27
Octal 263 136 24 0 57 131 36 34 120 47
Binary 10110011 1011110 10100 0 101111 1011001 11110 11100 1010000 100111

Color Harmonies of #B35E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35E14

Black with #B35E14

Text Example


Text Example

White with #B35E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35E14; }

 p { color: rgb(179,94,20); }

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

background-color css

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

 a { background-color: rgb(179,94,20); }

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

border-color css

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

 span { border-color: rgb(179,94,20); }

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