Html Css Color HEX #BE7A04 Dark Goldenrod

📋 copy color: '#BE7A04'

red 190 ◦ green 122 ◦ blue 4

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

Shades of Dark Goldenrod #BE7A04

Tints of Dark Goldenrod #BE7A04

RGB

 RED value IS 190 (74.61% from 255) = 60.13%

 GREEN value IS 122 (48.05% from 255) = 38.61%

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

R = 60.13%
G = 38.61%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE7A04 (or 0xBE7A04) is known color: Dark Goldenrod. HEX triplet: BE, 7A and 04. RGB value is (190,122,4). Sum of RGB (Red+Green+Blue) = 190+122+4=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7A04 is #4185FB. Grayscale: #818181. Windows color (decimal): -4294140 or 293566. OLE color: 293566.

HSL color Cylindrical-coordinate representation of color #BE7A04: hue angle of 38.06º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE7A04 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 122 4 -
CMYK 0 0.36 0.98 0.25
HSL 38.06º 0.96% 0.38% -
HSV(B) 38.06º 0.98% 0.75% -
XYZ 28.22 24.87 3.43 -
YUV 128.88 57.53 171.59 -
System Red Green Blue C M Y K H S L
Decimal 190 122 4 0 0.36 0.98 0.25 38.06 0.96 0.38
Hex BE 7A 4 0 24 62 19 26 60 26
Octal 276 172 4 0 44 142 31 46 140 46
Binary 10111110 1111010 100 0 100100 1100010 11001 100110 1100000 100110

Color Harmonies of #BE7A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A04

Black with #BE7A04

Text Example


Text Example

White with #BE7A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A04; }

 p { color: rgb(190,122,4); }

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

background-color css

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

 a { background-color: rgb(190,122,4); }

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

border-color css

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

 span { border-color: rgb(190,122,4); }

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