Html Css Color HEX #B4800A Dark Goldenrod

📋 copy color: '#B4800A'

red 180 ◦ green 128 ◦ blue 10

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

Shades of Dark Goldenrod #B4800A

Tints of Dark Goldenrod #B4800A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.25%

 BLUE value IS 10 (4.3% from 255) = 3.14%

R = 56.6%
G = 40.25%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4800A (or 0xB4800A) is known color: Dark Goldenrod. HEX triplet: B4, 80 and 0A. RGB value is (180,128,10). Sum of RGB (Red+Green+Blue) = 180+128+10=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B4800A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4800A is #4B7FF5. Grayscale: #828282. Windows color (decimal): -4947958 or 688308. OLE color: 688308.

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

Color convert

RGB 180 128 10 -
CMYK 0 0.29 0.94 0.29
HSL 41.65º 0.89% 0.37% -
HSV(B) 41.65º 0.94% 0.71% -
XYZ 26.6 25.16 3.74 -
YUV 130.1 60.23 163.59 -
System Red Green Blue C M Y K H S L
Decimal 180 128 10 0 0.29 0.94 0.29 41.65 0.89 0.37
Hex B4 80 A 0 1D 5E 1D 2A 59 25
Octal 264 200 12 0 35 136 35 52 131 45
Binary 10110100 10000000 1010 0 11101 1011110 11101 101010 1011001 100101

Color Harmonies of #B4800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4800A

Black with #B4800A

Text Example


Text Example

White with #B4800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4800A; }

 p { color: rgb(180,128,10); }

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

background-color css

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

 a { background-color: rgb(180,128,10); }

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

border-color css

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

 span { border-color: rgb(180,128,10); }

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