Html Css Color HEX #B48103 Dark Goldenrod

📋 copy color: '#B48103'

red 180 ◦ green 129 ◦ blue 3

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

Shades of Dark Goldenrod #B48103

Tints of Dark Goldenrod #B48103

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.35%

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

R = 57.69%
G = 41.35%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B48103 (or 0xB48103) is known color: Dark Goldenrod. HEX triplet: B4, 81 and 03. RGB value is (180,129,3). Sum of RGB (Red+Green+Blue) = 180+129+3=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B48103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48103 is #4B7EFC. Grayscale: #828282. Windows color (decimal): -4947709 or 229812. OLE color: 229812.

HSL color Cylindrical-coordinate representation of color #B48103: hue angle of 42.71º 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 #B48103 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 129 3 -
CMYK 0 0.28 0.98 0.29
HSL 42.71º 0.97% 0.36% -
HSV(B) 42.71º 0.98% 0.71% -
XYZ 26.69 25.41 3.58 -
YUV 129.89 56.4 163.75 -
System Red Green Blue C M Y K H S L
Decimal 180 129 3 0 0.28 0.98 0.29 42.71 0.97 0.36
Hex B4 81 3 0 1C 62 1D 2B 61 24
Octal 264 201 3 0 34 142 35 53 141 44
Binary 10110100 10000001 11 0 11100 1100010 11101 101011 1100001 100100

Color Harmonies of #B48103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48103

Black with #B48103

Text Example


Text Example

White with #B48103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48103; }

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

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

background-color css

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

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

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

border-color css

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

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

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