Html Css Color HEX #B36703 Golden Brown

📋 copy color: '#B36703'

red 179 ◦ green 103 ◦ blue 3

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

Shades of Golden Brown #B36703

Tints of Golden Brown #B36703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 62.81%
G = 36.14%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B36703 (or 0xB36703) is known color: Golden Brown. HEX triplet: B3, 67 and 03. RGB value is (179,103,3). Sum of RGB (Red+Green+Blue) = 179+103+3=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B36703 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36703 is #4C98FC. Grayscale: #727272. Windows color (decimal): -5019901 or 223155. OLE color: 223155.

HSL color Cylindrical-coordinate representation of color #B36703: hue angle of 34.09º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B36703 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 103 3 -
CMYK 0 0.42 0.98 0.30
HSL 34.09º 0.97% 0.36% -
HSV(B) 34.09º 0.98% 0.7% -
XYZ 23.46 19.29 2.57 -
YUV 114.32 65.18 174.13 -
System Red Green Blue C M Y K H S L
Decimal 179 103 3 0 0.42 0.98 0.30 34.09 0.97 0.36
Hex B3 67 3 0 2A 62 1E 22 61 24
Octal 263 147 3 0 52 142 36 42 141 44
Binary 10110011 1100111 11 0 101010 1100010 11110 100010 1100001 100100

Color Harmonies of #B36703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36703

Black with #B36703

Text Example


Text Example

White with #B36703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36703; }

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

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

background-color css

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

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

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

border-color css

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

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

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