Html Css Color HEX #BE8D0A Dark Goldenrod

📋 copy color: '#BE8D0A'

red 190 ◦ green 141 ◦ blue 10

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

Shades of Dark Goldenrod #BE8D0A

Tints of Dark Goldenrod #BE8D0A

RGB

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

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

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

R = 55.72%
G = 41.35%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE8D0A (or 0xBE8D0A) is known color: Dark Goldenrod. HEX triplet: BE, 8D and 0A. RGB value is (190,141,10). Sum of RGB (Red+Green+Blue) = 190+141+10=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8D0A is #4172F5. Grayscale: #8D8D8D. Windows color (decimal): -4289270 or 691646. OLE color: 691646.

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

Color convert

RGB 190 141 10 -
CMYK 0 0.26 0.95 0.25
HSL 43.67º 0.9% 0.39% -
HSV(B) 43.67º 0.95% 0.75% -
XYZ 30.81 30.02 4.46 -
YUV 140.72 54.23 163.15 -
System Red Green Blue C M Y K H S L
Decimal 190 141 10 0 0.26 0.95 0.25 43.67 0.9 0.39
Hex BE 8D A 0 1A 5F 19 2C 5A 27
Octal 276 215 12 0 32 137 31 54 132 47
Binary 10111110 10001101 1010 0 11010 1011111 11001 101100 1011010 100111

Color Harmonies of #BE8D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8D0A

Black with #BE8D0A

Text Example


Text Example

White with #BE8D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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