Html Css Color HEX #B47103 Dark Goldenrod

📋 copy color: '#B47103'

red 180 ◦ green 113 ◦ blue 3

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

Shades of Dark Goldenrod #B47103

Tints of Dark Goldenrod #B47103

RGB

 RED value IS 180 (70.7% from 255) = 60.81%

 GREEN value IS 113 (44.53% from 255) = 38.18%

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

R = 60.81%
G = 38.18%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B47103 (or 0xB47103) is known color: Dark Goldenrod. HEX triplet: B4, 71 and 03. RGB value is (180,113,3). Sum of RGB (Red+Green+Blue) = 180+113+3=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B47103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47103 is #4B8EFC. Grayscale: #797979. Windows color (decimal): -4951805 or 225716. OLE color: 225716.

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

Color convert

RGB 180 113 3 -
CMYK 0 0.37 0.98 0.29
HSL 37.29º 0.97% 0.36% -
HSV(B) 37.29º 0.98% 0.71% -
XYZ 24.74 21.52 2.94 -
YUV 120.49 61.7 170.44 -
System Red Green Blue C M Y K H S L
Decimal 180 113 3 0 0.37 0.98 0.29 37.29 0.97 0.36
Hex B4 71 3 0 25 62 1D 25 61 24
Octal 264 161 3 0 45 142 35 45 141 44
Binary 10110100 1110001 11 0 100101 1100010 11101 100101 1100001 100100

Color Harmonies of #B47103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47103

Black with #B47103

Text Example


Text Example

White with #B47103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47103; }

 p { color: rgb(180,113,3); }

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

background-color css

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

 a { background-color: rgb(180,113,3); }

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

border-color css

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

 span { border-color: rgb(180,113,3); }

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