Html Css Color HEX #B48401 Dark Goldenrod

📋 copy color: '#B48401'

red 180 ◦ green 132 ◦ blue 1

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

Shades of Dark Goldenrod #B48401

Tints of Dark Goldenrod #B48401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.17%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 57.51%
G = 42.17%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B48401 (or 0xB48401) is known color: Dark Goldenrod. HEX triplet: B4, 84 and 01. RGB value is (180,132,1). Sum of RGB (Red+Green+Blue) = 180+132+1=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B48401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48401 is #4B7BFE. Grayscale: #838383. Windows color (decimal): -4946943 or 99508. OLE color: 99508.

HSL color Cylindrical-coordinate representation of color #B48401: hue angle of 43.91º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B48401 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 132 1 -
CMYK 0 0.27 0.99 0.29
HSL 43.91º 0.99% 0.35% -
HSV(B) 43.91º 0.99% 0.71% -
XYZ 27.08 26.21 3.66 -
YUV 131.42 54.4 162.65 -
System Red Green Blue C M Y K H S L
Decimal 180 132 1 0 0.27 0.99 0.29 43.91 0.99 0.35
Hex B4 84 1 0 1B 63 1D 2C 63 23
Octal 264 204 1 0 33 143 35 54 143 43
Binary 10110100 10000100 1 0 11011 1100011 11101 101100 1100011 100011

Color Harmonies of #B48401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48401

Black with #B48401

Text Example


Text Example

White with #B48401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48401; }

 p { color: rgb(180,132,1); }

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

background-color css

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

 a { background-color: rgb(180,132,1); }

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

border-color css

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

 span { border-color: rgb(180,132,1); }

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