Html Css Color HEX #BE7A1B Pirate Gold

📋 copy color: '#BE7A1B'

red 190 ◦ green 122 ◦ blue 27

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

Shades of Pirate Gold #BE7A1B

Tints of Pirate Gold #BE7A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.96%

R = 56.05%
G = 35.99%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE7A1B (or 0xBE7A1B) is known color: Pirate Gold. HEX triplet: BE, 7A and 1B. RGB value is (190,122,27). Sum of RGB (Red+Green+Blue) = 190+122+27=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A1B is #4185E4. Grayscale: #838383. Windows color (decimal): -4294117 or 1800894. OLE color: 1800894.

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

Color convert

RGB 190 122 27 -
CMYK 0 0.36 0.86 0.25
HSL 34.97º 0.75% 0.43% -
HSV(B) 34.97º 0.86% 0.75% -
XYZ 28.39 24.95 4.36 -
YUV 131.5 69.03 169.72 -
System Red Green Blue C M Y K H S L
Decimal 190 122 27 0 0.36 0.86 0.25 34.97 0.75 0.43
Hex BE 7A 1B 0 24 56 19 23 4B 2B
Octal 276 172 33 0 44 126 31 43 113 53
Binary 10111110 1111010 11011 0 100100 1010110 11001 100011 1001011 101011

Color Harmonies of #BE7A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A1B

Black with #BE7A1B

Text Example


Text Example

White with #BE7A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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