Html Css Color HEX #B4790A Dark Goldenrod

📋 copy color: '#B4790A'

red 180 ◦ green 121 ◦ blue 10

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

Shades of Dark Goldenrod #B4790A

Tints of Dark Goldenrod #B4790A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.91%

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

R = 57.88%
G = 38.91%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4790A (or 0xB4790A) is known color: Dark Goldenrod. HEX triplet: B4, 79 and 0A. RGB value is (180,121,10). Sum of RGB (Red+Green+Blue) = 180+121+10=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B4790A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4790A is #4B86F5. Grayscale: #7E7E7E. Windows color (decimal): -4949750 or 686516. OLE color: 686516.

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

Color convert

RGB 180 121 10 -
CMYK 0 0.33 0.94 0.29
HSL 39.18º 0.89% 0.37% -
HSV(B) 39.18º 0.94% 0.71% -
XYZ 25.71 23.4 3.45 -
YUV 125.99 62.55 166.53 -
System Red Green Blue C M Y K H S L
Decimal 180 121 10 0 0.33 0.94 0.29 39.18 0.89 0.37
Hex B4 79 A 0 21 5E 1D 27 59 25
Octal 264 171 12 0 41 136 35 47 131 45
Binary 10110100 1111001 1010 0 100001 1011110 11101 100111 1011001 100101

Color Harmonies of #B4790A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4790A

Black with #B4790A

Text Example


Text Example

White with #B4790A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4790A; }

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

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

background-color css

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

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

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

border-color css

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

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

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