Html Css Color HEX #B4920A Dark Goldenrod

📋 copy color: '#B4920A'

red 180 ◦ green 146 ◦ blue 10

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

Shades of Dark Goldenrod #B4920A

Tints of Dark Goldenrod #B4920A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.45%

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

R = 53.57%
G = 43.45%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4920A (or 0xB4920A) is known color: Dark Goldenrod. HEX triplet: B4, 92 and 0A. RGB value is (180,146,10). Sum of RGB (Red+Green+Blue) = 180+146+10=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B4920A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4920A is #4B6DF5. Grayscale: #8D8D8D. Windows color (decimal): -4943350 or 692916. OLE color: 692916.

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

Color convert

RGB 180 146 10 -
CMYK 0 0.19 0.94 0.29
HSL 48º 0.89% 0.37% -
HSV(B) 48º 0.94% 0.71% -
XYZ 29.16 30.28 4.6 -
YUV 140.66 54.26 156.06 -
System Red Green Blue C M Y K H S L
Decimal 180 146 10 0 0.19 0.94 0.29 48 0.89 0.37
Hex B4 92 A 0 13 5E 1D 30 59 25
Octal 264 222 12 0 23 136 35 60 131 45
Binary 10110100 10010010 1010 0 10011 1011110 11101 110000 1011001 100101

Color Harmonies of #B4920A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4920A

Black with #B4920A

Text Example


Text Example

White with #B4920A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4920A; }

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

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

background-color css

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

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

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

border-color css

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

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

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