Html Css Color HEX #B35C11 Golden Brown

📋 copy color: '#B35C11'

red 179 ◦ green 92 ◦ blue 17

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

Shades of Golden Brown #B35C11

Tints of Golden Brown #B35C11

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.94%

 BLUE value IS 17 (7.03% from 255) = 5.9%

R = 62.15%
G = 31.94%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B35C11 (or 0xB35C11) is known color: Golden Brown. HEX triplet: B3, 5C and 11. RGB value is (179,92,17). Sum of RGB (Red+Green+Blue) = 179+92+17=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35C11 is #4CA3EE. Grayscale: #6D6D6D. Windows color (decimal): -5022703 or 1137843. OLE color: 1137843.

HSL color Cylindrical-coordinate representation of color #B35C11: hue angle of 27.78º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B35C11 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 92 17 -
CMYK 0 0.49 0.91 0.30
HSL 27.78º 0.83% 0.38% -
HSV(B) 27.78º 0.91% 0.7% -
XYZ 22.52 17.28 2.68 -
YUV 109.46 75.82 177.6 -
System Red Green Blue C M Y K H S L
Decimal 179 92 17 0 0.49 0.91 0.30 27.78 0.83 0.38
Hex B3 5C 11 0 31 5B 1E 1C 53 26
Octal 263 134 21 0 61 133 36 34 123 46
Binary 10110011 1011100 10001 0 110001 1011011 11110 11100 1010011 100110

Color Harmonies of #B35C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35C11

Black with #B35C11

Text Example


Text Example

White with #B35C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35C11; }

 p { color: rgb(179,92,17); }

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

background-color css

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

 a { background-color: rgb(179,92,17); }

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

border-color css

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

 span { border-color: rgb(179,92,17); }

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