Html Css Color HEX #BE830A Dark Goldenrod

📋 copy color: '#BE830A'

red 190 ◦ green 131 ◦ blue 10

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

Shades of Dark Goldenrod #BE830A

Tints of Dark Goldenrod #BE830A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.58%

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

R = 57.4%
G = 39.58%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE830A (or 0xBE830A) is known color: Dark Goldenrod. HEX triplet: BE, 83 and 0A. RGB value is (190,131,10). Sum of RGB (Red+Green+Blue) = 190+131+10=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE830A is #417CF5. Grayscale: #878787. Windows color (decimal): -4291830 or 689086. OLE color: 689086.

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

Color convert

RGB 190 131 10 -
CMYK 0 0.31 0.95 0.25
HSL 40.33º 0.9% 0.39% -
HSV(B) 40.33º 0.95% 0.75% -
XYZ 29.41 27.2 3.99 -
YUV 134.85 57.55 167.34 -
System Red Green Blue C M Y K H S L
Decimal 190 131 10 0 0.31 0.95 0.25 40.33 0.9 0.39
Hex BE 83 A 0 1F 5F 19 28 5A 27
Octal 276 203 12 0 37 137 31 50 132 47
Binary 10111110 10000011 1010 0 11111 1011111 11001 101000 1011010 100111

Color Harmonies of #BE830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE830A

Black with #BE830A

Text Example


Text Example

White with #BE830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE830A; }

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

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

background-color css

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

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

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

border-color css

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

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

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