Html Css Color HEX #BE742A Pirate Gold

📋 copy color: '#BE742A'

red 190 ◦ green 116 ◦ blue 42

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

Shades of Pirate Gold #BE742A

Tints of Pirate Gold #BE742A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.33%

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

R = 54.6%
G = 33.33%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE742A (or 0xBE742A) is known color: Pirate Gold. HEX triplet: BE, 74 and 2A. RGB value is (190,116,42). Sum of RGB (Red+Green+Blue) = 190+116+42=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE742A is #418BD5. Grayscale: #828282. Windows color (decimal): -4295638 or 2782398. OLE color: 2782398.

HSL color Cylindrical-coordinate representation of color #BE742A: hue angle of 30º 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 #BE742A is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 116 42 -
CMYK 0 0.39 0.78 0.25
HSL 30º 0.64% 0.45% -
HSV(B) 30º 0.78% 0.75% -
XYZ 27.9 23.61 5.28 -
YUV 129.69 78.52 171.02 -
System Red Green Blue C M Y K H S L
Decimal 190 116 42 0 0.39 0.78 0.25 30 0.64 0.45
Hex BE 74 2A 0 27 4E 19 1E 40 2D
Octal 276 164 52 0 47 116 31 36 100 55
Binary 10111110 1110100 101010 0 100111 1001110 11001 11110 1000000 101101

Color Harmonies of #BE742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE742A

Black with #BE742A

Text Example


Text Example

White with #BE742A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE742A; }

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

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

background-color css

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

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

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

border-color css

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

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

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