Html Css Color HEX #B48502 Dark Goldenrod

📋 copy color: '#B48502'

red 180 ◦ green 133 ◦ blue 2

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

Shades of Dark Goldenrod #B48502

Tints of Dark Goldenrod #B48502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.22%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 57.14%
G = 42.22%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B48502 (or 0xB48502) is known color: Dark Goldenrod. HEX triplet: B4, 85 and 02. RGB value is (180,133,2). Sum of RGB (Red+Green+Blue) = 180+133+2=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B48502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48502 is #4B7AFD. Grayscale: #848484. Windows color (decimal): -4946686 or 165300. OLE color: 165300.

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

Color convert

RGB 180 133 2 -
CMYK 0 0.26 0.99 0.29
HSL 44.16º 0.98% 0.36% -
HSV(B) 44.16º 0.99% 0.71% -
XYZ 27.22 26.48 3.73 -
YUV 132.12 54.57 162.15 -
System Red Green Blue C M Y K H S L
Decimal 180 133 2 0 0.26 0.99 0.29 44.16 0.98 0.36
Hex B4 85 2 0 1A 63 1D 2C 62 24
Octal 264 205 2 0 32 143 35 54 142 44
Binary 10110100 10000101 10 0 11010 1100011 11101 101100 1100010 100100

Color Harmonies of #B48502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48502

Black with #B48502

Text Example


Text Example

White with #B48502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48502; }

 p { color: rgb(180,133,2); }

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

background-color css

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

 a { background-color: rgb(180,133,2); }

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

border-color css

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

 span { border-color: rgb(180,133,2); }

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