Html Css Color HEX #B48203 Dark Goldenrod

📋 copy color: '#B48203'

red 180 ◦ green 130 ◦ blue 3

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

Shades of Dark Goldenrod #B48203

Tints of Dark Goldenrod #B48203

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.53%

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

R = 57.51%
G = 41.53%
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

#B48203 (or 0xB48203) is known color: Dark Goldenrod. HEX triplet: B4, 82 and 03. RGB value is (180,130,3). Sum of RGB (Red+Green+Blue) = 180+130+3=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B48203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48203 is #4B7DFC. Grayscale: #838383. Windows color (decimal): -4947453 or 230068. OLE color: 230068.

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

Color convert

RGB 180 130 3 -
CMYK 0 0.28 0.98 0.29
HSL 43.05º 0.97% 0.36% -
HSV(B) 43.05º 0.98% 0.71% -
XYZ 26.82 25.68 3.63 -
YUV 130.47 56.07 163.33 -
System Red Green Blue C M Y K H S L
Decimal 180 130 3 0 0.28 0.98 0.29 43.05 0.97 0.36
Hex B4 82 3 0 1C 62 1D 2B 61 24
Octal 264 202 3 0 34 142 35 53 141 44
Binary 10110100 10000010 11 0 11100 1100010 11101 101011 1100001 100100

Color Harmonies of #B48203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48203

Black with #B48203

Text Example


Text Example

White with #B48203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48203; }

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

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

background-color css

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

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

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

border-color css

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

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

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