Html Css Color HEX #BE7A0A Dark Goldenrod

📋 copy color: '#BE7A0A'

red 190 ◦ green 122 ◦ blue 10

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

Shades of Dark Goldenrod #BE7A0A

Tints of Dark Goldenrod #BE7A0A

RGB

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

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

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

R = 59.01%
G = 37.89%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE7A0A (or 0xBE7A0A) is known color: Dark Goldenrod. HEX triplet: BE, 7A and 0A. RGB value is (190,122,10). Sum of RGB (Red+Green+Blue) = 190+122+10=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7A0A is #4185F5. Grayscale: #828282. Windows color (decimal): -4294134 or 686782. OLE color: 686782.

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

Color convert

RGB 190 122 10 -
CMYK 0 0.36 0.95 0.25
HSL 37.33º 0.9% 0.39% -
HSV(B) 37.33º 0.95% 0.75% -
XYZ 28.25 24.89 3.6 -
YUV 129.56 60.53 171.11 -
System Red Green Blue C M Y K H S L
Decimal 190 122 10 0 0.36 0.95 0.25 37.33 0.9 0.39
Hex BE 7A A 0 24 5F 19 25 5A 27
Octal 276 172 12 0 44 137 31 45 132 47
Binary 10111110 1111010 1010 0 100100 1011111 11001 100101 1011010 100111

Color Harmonies of #BE7A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A0A

Black with #BE7A0A

Text Example


Text Example

White with #BE7A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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