Html Css Color HEX #B36710 Golden Brown

📋 copy color: '#B36710'

red 179 ◦ green 103 ◦ blue 16

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

Shades of Golden Brown #B36710

Tints of Golden Brown #B36710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.37%

R = 60.07%
G = 34.56%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B36710 (or 0xB36710) is known color: Golden Brown. HEX triplet: B3, 67 and 10. RGB value is (179,103,16). Sum of RGB (Red+Green+Blue) = 179+103+16=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B36710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36710 is #4C98EF. Grayscale: #747474. Windows color (decimal): -5019888 or 1075123. OLE color: 1075123.

HSL color Cylindrical-coordinate representation of color #B36710: hue angle of 32.02º degrees, saturation: 0.84, 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 #B36710 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 103 16 -
CMYK 0 0.42 0.91 0.30
HSL 32.02º 0.84% 0.38% -
HSV(B) 32.02º 0.91% 0.7% -
XYZ 23.53 19.32 2.98 -
YUV 115.81 71.68 173.07 -
System Red Green Blue C M Y K H S L
Decimal 179 103 16 0 0.42 0.91 0.30 32.02 0.84 0.38
Hex B3 67 10 0 2A 5B 1E 20 54 26
Octal 263 147 20 0 52 133 36 40 124 46
Binary 10110011 1100111 10000 0 101010 1011011 11110 100000 1010100 100110

Color Harmonies of #B36710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36710

Black with #B36710

Text Example


Text Example

White with #B36710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36710; }

 p { color: rgb(179,103,16); }

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

background-color css

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

 a { background-color: rgb(179,103,16); }

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

border-color css

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

 span { border-color: rgb(179,103,16); }

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