Html Css Color HEX #BE710A Dark Goldenrod

📋 copy color: '#BE710A'

red 190 ◦ green 113 ◦ blue 10

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

Shades of Dark Goldenrod #BE710A

Tints of Dark Goldenrod #BE710A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.1%

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

R = 60.7%
G = 36.1%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE710A (or 0xBE710A) is known color: Dark Goldenrod. HEX triplet: BE, 71 and 0A. RGB value is (190,113,10). Sum of RGB (Red+Green+Blue) = 190+113+10=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE710A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE710A is #418EF5. Grayscale: #7C7C7C. Windows color (decimal): -4296438 or 684478. OLE color: 684478.

HSL color Cylindrical-coordinate representation of color #BE710A: hue angle of 34.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 #BE710A is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 113 10 -
CMYK 0 0.41 0.95 0.25
HSL 34.33º 0.9% 0.39% -
HSV(B) 34.33º 0.95% 0.75% -
XYZ 27.2 22.78 3.25 -
YUV 124.28 63.51 174.88 -
System Red Green Blue C M Y K H S L
Decimal 190 113 10 0 0.41 0.95 0.25 34.33 0.9 0.39
Hex BE 71 A 0 29 5F 19 22 5A 27
Octal 276 161 12 0 51 137 31 42 132 47
Binary 10111110 1110001 1010 0 101001 1011111 11001 100010 1011010 100111

Color Harmonies of #BE710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE710A

Black with #BE710A

Text Example


Text Example

White with #BE710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE710A; }

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

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

background-color css

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

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

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

border-color css

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

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

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