Html Css Color HEX #BE772A Pirate Gold

📋 copy color: '#BE772A'

red 190 ◦ green 119 ◦ blue 42

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

Shades of Pirate Gold #BE772A

Tints of Pirate Gold #BE772A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.9%

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

R = 54.13%
G = 33.9%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE772A (or 0xBE772A) is known color: Pirate Gold. HEX triplet: BE, 77 and 2A. RGB value is (190,119,42). Sum of RGB (Red+Green+Blue) = 190+119+42=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE772A is #4188D5. Grayscale: #838383. Windows color (decimal): -4294870 or 2783166. OLE color: 2783166.

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

Color convert

RGB 190 119 42 -
CMYK 0 0.37 0.78 0.25
HSL 31.22º 0.64% 0.45% -
HSV(B) 31.22º 0.78% 0.75% -
XYZ 28.25 24.31 5.39 -
YUV 131.45 77.52 169.76 -
System Red Green Blue C M Y K H S L
Decimal 190 119 42 0 0.37 0.78 0.25 31.22 0.64 0.45
Hex BE 77 2A 0 25 4E 19 1F 40 2D
Octal 276 167 52 0 45 116 31 37 100 55
Binary 10111110 1110111 101010 0 100101 1001110 11001 11111 1000000 101101

Color Harmonies of #BE772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE772A

Black with #BE772A

Text Example


Text Example

White with #BE772A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE772A; }

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

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

background-color css

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

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

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

border-color css

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

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

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