Html Css Color HEX #BE8A05 Dark Goldenrod

📋 copy color: '#BE8A05'

red 190 ◦ green 138 ◦ blue 5

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

Shades of Dark Goldenrod #BE8A05

Tints of Dark Goldenrod #BE8A05

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.44%

 BLUE value IS 5 (2.34% from 255) = 1.5%

R = 57.06%
G = 41.44%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE8A05 (or 0xBE8A05) is known color: Dark Goldenrod. HEX triplet: BE, 8A and 05. RGB value is (190,138,5). Sum of RGB (Red+Green+Blue) = 190+138+5=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8A05 is #4175FA. Grayscale: #8A8A8A. Windows color (decimal): -4290043 or 363198. OLE color: 363198.

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

Color convert

RGB 190 138 5 -
CMYK 0 0.27 0.97 0.25
HSL 43.14º 0.95% 0.38% -
HSV(B) 43.14º 0.97% 0.75% -
XYZ 30.35 29.14 4.17 -
YUV 138.39 52.73 164.81 -
System Red Green Blue C M Y K H S L
Decimal 190 138 5 0 0.27 0.97 0.25 43.14 0.95 0.38
Hex BE 8A 5 0 1B 61 19 2B 5F 26
Octal 276 212 5 0 33 141 31 53 137 46
Binary 10111110 10001010 101 0 11011 1100001 11001 101011 1011111 100110

Color Harmonies of #BE8A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A05

Black with #BE8A05

Text Example


Text Example

White with #BE8A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A05; }

 p { color: rgb(190,138,5); }

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

background-color css

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

 a { background-color: rgb(190,138,5); }

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

border-color css

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

 span { border-color: rgb(190,138,5); }

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