Html Css Color HEX #BE890A Dark Goldenrod

📋 copy color: '#BE890A'

red 190 ◦ green 137 ◦ blue 10

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

Shades of Dark Goldenrod #BE890A

Tints of Dark Goldenrod #BE890A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.65%

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

R = 56.38%
G = 40.65%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE890A (or 0xBE890A) is known color: Dark Goldenrod. HEX triplet: BE, 89 and 0A. RGB value is (190,137,10). Sum of RGB (Red+Green+Blue) = 190+137+10=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE890A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE890A is #4176F5. Grayscale: #8A8A8A. Windows color (decimal): -4290294 or 690622. OLE color: 690622.

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

Color convert

RGB 190 137 10 -
CMYK 0 0.28 0.95 0.25
HSL 42.33º 0.9% 0.39% -
HSV(B) 42.33º 0.95% 0.75% -
XYZ 30.24 28.86 4.26 -
YUV 138.37 55.56 164.83 -
System Red Green Blue C M Y K H S L
Decimal 190 137 10 0 0.28 0.95 0.25 42.33 0.9 0.39
Hex BE 89 A 0 1C 5F 19 2A 5A 27
Octal 276 211 12 0 34 137 31 52 132 47
Binary 10111110 10001001 1010 0 11100 1011111 11001 101010 1011010 100111

Color Harmonies of #BE890A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE890A

Black with #BE890A

Text Example


Text Example

White with #BE890A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE890A; }

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

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

background-color css

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

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

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

border-color css

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

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

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