Html Css Color HEX #BE8D05 Dark Goldenrod

📋 copy color: '#BE8D05'

red 190 ◦ green 141 ◦ blue 5

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

Shades of Dark Goldenrod #BE8D05

Tints of Dark Goldenrod #BE8D05

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.96%

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

R = 56.55%
G = 41.96%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE8D05 (or 0xBE8D05) is known color: Dark Goldenrod. HEX triplet: BE, 8D and 05. RGB value is (190,141,5). Sum of RGB (Red+Green+Blue) = 190+141+5=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8D05 is #4172FA. Grayscale: #8C8C8C. Windows color (decimal): -4289275 or 363966. OLE color: 363966.

HSL color Cylindrical-coordinate representation of color #BE8D05: hue angle of 44.11º 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 #BE8D05 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 141 5 -
CMYK 0 0.26 0.97 0.25
HSL 44.11º 0.95% 0.38% -
HSV(B) 44.11º 0.97% 0.75% -
XYZ 30.79 30.01 4.31 -
YUV 140.15 51.73 163.56 -
System Red Green Blue C M Y K H S L
Decimal 190 141 5 0 0.26 0.97 0.25 44.11 0.95 0.38
Hex BE 8D 5 0 1A 61 19 2C 5F 26
Octal 276 215 5 0 32 141 31 54 137 46
Binary 10111110 10001101 101 0 11010 1100001 11001 101100 1011111 100110

Color Harmonies of #BE8D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8D05

Black with #BE8D05

Text Example


Text Example

White with #BE8D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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