Html Css Color HEX #B35F0E Golden Brown

📋 copy color: '#B35F0E'

red 179 ◦ green 95 ◦ blue 14

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

Shades of Golden Brown #B35F0E

Tints of Golden Brown #B35F0E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.99%

 BLUE value IS 14 (5.86% from 255) = 4.86%

R = 62.15%
G = 32.99%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B35F0E (or 0xB35F0E) is known color: Golden Brown. HEX triplet: B3, 5F and 0E. RGB value is (179,95,14). Sum of RGB (Red+Green+Blue) = 179+95+14=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35F0E is #4CA0F1. Grayscale: #6F6F6F. Windows color (decimal): -5021938 or 942003. OLE color: 942003.

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

Color convert

RGB 179 95 14 -
CMYK 0 0.47 0.92 0.30
HSL 29.45º 0.85% 0.38% -
HSV(B) 29.45º 0.92% 0.7% -
XYZ 22.76 17.8 2.65 -
YUV 110.88 73.33 176.59 -
System Red Green Blue C M Y K H S L
Decimal 179 95 14 0 0.47 0.92 0.30 29.45 0.85 0.38
Hex B3 5F E 0 2F 5C 1E 1D 55 26
Octal 263 137 16 0 57 134 36 35 125 46
Binary 10110011 1011111 1110 0 101111 1011100 11110 11101 1010101 100110

Color Harmonies of #B35F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35F0E

Black with #B35F0E

Text Example


Text Example

White with #B35F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35F0E; }

 p { color: rgb(179,95,14); }

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

background-color css

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

 a { background-color: rgb(179,95,14); }

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

border-color css

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

 span { border-color: rgb(179,95,14); }

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