Html Css Color HEX #B48A04 Dark Goldenrod

📋 copy color: '#B48A04'

red 180 ◦ green 138 ◦ blue 4

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

Shades of Dark Goldenrod #B48A04

Tints of Dark Goldenrod #B48A04

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.86%

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 55.9%
G = 42.86%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B48A04 (or 0xB48A04) is known color: Dark Goldenrod. HEX triplet: B4, 8A and 04. RGB value is (180,138,4). Sum of RGB (Red+Green+Blue) = 180+138+4=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48A04 is #4B75FB. Grayscale: #878787. Windows color (decimal): -4945404 or 297652. OLE color: 297652.

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

Color convert

RGB 180 138 4 -
CMYK 0 0.23 0.98 0.29
HSL 45.68º 0.96% 0.36% -
HSV(B) 45.68º 0.98% 0.71% -
XYZ 27.93 27.89 4.03 -
YUV 135.28 53.91 159.9 -
System Red Green Blue C M Y K H S L
Decimal 180 138 4 0 0.23 0.98 0.29 45.68 0.96 0.36
Hex B4 8A 4 0 17 62 1D 2E 60 24
Octal 264 212 4 0 27 142 35 56 140 44
Binary 10110100 10001010 100 0 10111 1100010 11101 101110 1100000 100100

Color Harmonies of #B48A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48A04

Black with #B48A04

Text Example


Text Example

White with #B48A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48A04; }

 p { color: rgb(180,138,4); }

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

background-color css

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

 a { background-color: rgb(180,138,4); }

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

border-color css

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

 span { border-color: rgb(180,138,4); }

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