Html Css Color HEX #BE7A20 Pirate Gold

📋 copy color: '#BE7A20'

red 190 ◦ green 122 ◦ blue 32

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

Shades of Pirate Gold #BE7A20

Tints of Pirate Gold #BE7A20

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.47%

 BLUE value IS 32 (12.89% from 255) = 9.3%

R = 55.23%
G = 35.47%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE7A20 (or 0xBE7A20) is known color: Pirate Gold. HEX triplet: BE, 7A and 20. RGB value is (190,122,32). Sum of RGB (Red+Green+Blue) = 190+122+32=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A20 is #4185DF. Grayscale: #848484. Windows color (decimal): -4294112 or 2128574. OLE color: 2128574.

HSL color Cylindrical-coordinate representation of color #BE7A20: hue angle of 34.18º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE7A20 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 122 32 -
CMYK 0 0.36 0.83 0.25
HSL 34.18º 0.71% 0.44% -
HSV(B) 34.18º 0.83% 0.75% -
XYZ 28.46 24.97 4.69 -
YUV 132.07 71.53 169.32 -
System Red Green Blue C M Y K H S L
Decimal 190 122 32 0 0.36 0.83 0.25 34.18 0.71 0.44
Hex BE 7A 20 0 24 53 19 22 47 2C
Octal 276 172 40 0 44 123 31 42 107 54
Binary 10111110 1111010 100000 0 100100 1010011 11001 100010 1000111 101100

Color Harmonies of #BE7A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A20

Black with #BE7A20

Text Example


Text Example

White with #BE7A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A20; }

 p { color: rgb(190,122,32); }

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

background-color css

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

 a { background-color: rgb(190,122,32); }

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

border-color css

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

 span { border-color: rgb(190,122,32); }

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