Html Css Color HEX #BE7A2A Pirate Gold

📋 copy color: '#BE7A2A'

red 190 ◦ green 122 ◦ blue 42

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

Shades of Pirate Gold #BE7A2A

Tints of Pirate Gold #BE7A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.86%

R = 53.67%
G = 34.46%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE7A2A (or 0xBE7A2A) is known color: Pirate Gold. HEX triplet: BE, 7A and 2A. RGB value is (190,122,42). Sum of RGB (Red+Green+Blue) = 190+122+42=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A2A is #4185D5. Grayscale: #858585. Windows color (decimal): -4294102 or 2783934. OLE color: 2783934.

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

Color convert

RGB 190 122 42 -
CMYK 0 0.36 0.78 0.25
HSL 32.43º 0.64% 0.45% -
HSV(B) 32.43º 0.78% 0.75% -
XYZ 28.61 25.03 5.51 -
YUV 133.21 76.53 168.5 -
System Red Green Blue C M Y K H S L
Decimal 190 122 42 0 0.36 0.78 0.25 32.43 0.64 0.45
Hex BE 7A 2A 0 24 4E 19 20 40 2D
Octal 276 172 52 0 44 116 31 40 100 55
Binary 10111110 1111010 101010 0 100100 1001110 11001 100000 1000000 101101

Color Harmonies of #BE7A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A2A

Black with #BE7A2A

Text Example


Text Example

White with #BE7A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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