Html Css Color HEX #BE7A26 Pirate Gold

📋 copy color: '#BE7A26'

red 190 ◦ green 122 ◦ blue 38

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

Shades of Pirate Gold #BE7A26

Tints of Pirate Gold #BE7A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.86%

R = 54.29%
G = 34.86%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.8

 K value IS 0.25

RGB Variations

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

Color information

#BE7A26 (or 0xBE7A26) is known color: Pirate Gold. HEX triplet: BE, 7A and 26. RGB value is (190,122,38). Sum of RGB (Red+Green+Blue) = 190+122+38=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A26 is #4185D9. Grayscale: #858585. Windows color (decimal): -4294106 or 2521790. OLE color: 2521790.

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

Color convert

RGB 190 122 38 -
CMYK 0 0.36 0.8 0.25
HSL 33.16º 0.67% 0.45% -
HSV(B) 33.16º 0.8% 0.75% -
XYZ 28.54 25.01 5.16 -
YUV 132.76 74.53 168.83 -
System Red Green Blue C M Y K H S L
Decimal 190 122 38 0 0.36 0.8 0.25 33.16 0.67 0.45
Hex BE 7A 26 0 24 50 19 21 43 2D
Octal 276 172 46 0 44 120 31 41 103 55
Binary 10111110 1111010 100110 0 100100 1010000 11001 100001 1000011 101101

Color Harmonies of #BE7A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A26

Black with #BE7A26

Text Example


Text Example

White with #BE7A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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