Html Css Color HEX #BE7A27 Pirate Gold

📋 copy color: '#BE7A27'

red 190 ◦ green 122 ◦ blue 39

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

Shades of Pirate Gold #BE7A27

Tints of Pirate Gold #BE7A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.11%

R = 54.13%
G = 34.76%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE7A27 (or 0xBE7A27) is known color: Pirate Gold. HEX triplet: BE, 7A and 27. RGB value is (190,122,39). Sum of RGB (Red+Green+Blue) = 190+122+39=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A27 is #4185D8. Grayscale: #858585. Windows color (decimal): -4294105 or 2587326. OLE color: 2587326.

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

Color convert

RGB 190 122 39 -
CMYK 0 0.36 0.79 0.25
HSL 32.98º 0.66% 0.45% -
HSV(B) 32.98º 0.79% 0.75% -
XYZ 28.56 25.01 5.24 -
YUV 132.87 75.03 168.75 -
System Red Green Blue C M Y K H S L
Decimal 190 122 39 0 0.36 0.79 0.25 32.98 0.66 0.45
Hex BE 7A 27 0 24 4F 19 21 42 2D
Octal 276 172 47 0 44 117 31 41 102 55
Binary 10111110 1111010 100111 0 100100 1001111 11001 100001 1000010 101101

Color Harmonies of #BE7A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A27

Black with #BE7A27

Text Example


Text Example

White with #BE7A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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