Html Css Color HEX #BE821A Dark Goldenrod

📋 copy color: '#BE821A'

red 190 ◦ green 130 ◦ blue 26

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

Shades of Dark Goldenrod #BE821A

Tints of Dark Goldenrod #BE821A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.57%

 BLUE value IS 26 (10.55% from 255) = 7.51%

R = 54.91%
G = 37.57%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE821A (or 0xBE821A) is known color: Dark Goldenrod. HEX triplet: BE, 82 and 1A. RGB value is (190,130,26). Sum of RGB (Red+Green+Blue) = 190+130+26=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE821A is #417DE5. Grayscale: #888888. Windows color (decimal): -4292070 or 1737406. OLE color: 1737406.

HSL color Cylindrical-coordinate representation of color #BE821A: hue angle of 38.05º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE821A is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 130 26 -
CMYK 0 0.32 0.86 0.25
HSL 38.05º 0.76% 0.42% -
HSV(B) 38.05º 0.86% 0.75% -
XYZ 29.4 26.99 4.64 -
YUV 136.08 65.88 166.46 -
System Red Green Blue C M Y K H S L
Decimal 190 130 26 0 0.32 0.86 0.25 38.05 0.76 0.42
Hex BE 82 1A 0 20 56 19 26 4C 2A
Octal 276 202 32 0 40 126 31 46 114 52
Binary 10111110 10000010 11010 0 100000 1010110 11001 100110 1001100 101010

Color Harmonies of #BE821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE821A

Black with #BE821A

Text Example


Text Example

White with #BE821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE821A; }

 p { color: rgb(190,130,26); }

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

background-color css

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

 a { background-color: rgb(190,130,26); }

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

border-color css

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

 span { border-color: rgb(190,130,26); }

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