Html Css Color HEX #B36714 Golden Brown

📋 copy color: '#B36714'

red 179 ◦ green 103 ◦ blue 20

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

Shades of Golden Brown #B36714

Tints of Golden Brown #B36714

RGB

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

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

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

R = 59.27%
G = 34.11%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B36714 (or 0xB36714) is known color: Golden Brown. HEX triplet: B3, 67 and 14. RGB value is (179,103,20). Sum of RGB (Red+Green+Blue) = 179+103+20=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B36714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36714 is #4C98EB. Grayscale: #747474. Windows color (decimal): -5019884 or 1337267. OLE color: 1337267.

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

Color convert

RGB 179 103 20 -
CMYK 0 0.42 0.89 0.30
HSL 31.32º 0.8% 0.39% -
HSV(B) 31.32º 0.89% 0.7% -
XYZ 23.57 19.33 3.15 -
YUV 116.26 73.68 172.75 -
System Red Green Blue C M Y K H S L
Decimal 179 103 20 0 0.42 0.89 0.30 31.32 0.8 0.39
Hex B3 67 14 0 2A 59 1E 1F 50 27
Octal 263 147 24 0 52 131 36 37 120 47
Binary 10110011 1100111 10100 0 101010 1011001 11110 11111 1010000 100111

Color Harmonies of #B36714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36714

Black with #B36714

Text Example


Text Example

White with #B36714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36714; }

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

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

background-color css

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

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

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

border-color css

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

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

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