Html Css Color HEX #BE7A2B Pirate Gold

📋 copy color: '#BE7A2B'

red 190 ◦ green 122 ◦ blue 43

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

Shades of Pirate Gold #BE7A2B

Tints of Pirate Gold #BE7A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.11%

R = 53.52%
G = 34.37%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE7A2B (or 0xBE7A2B) is known color: Pirate Gold. HEX triplet: BE, 7A and 2B. RGB value is (190,122,43). Sum of RGB (Red+Green+Blue) = 190+122+43=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A2B is #4185D4. Grayscale: #858585. Windows color (decimal): -4294101 or 2849470. OLE color: 2849470.

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

Color convert

RGB 190 122 43 -
CMYK 0 0.36 0.77 0.25
HSL 32.24º 0.63% 0.46% -
HSV(B) 32.24º 0.77% 0.75% -
XYZ 28.63 25.04 5.61 -
YUV 133.33 77.03 168.42 -
System Red Green Blue C M Y K H S L
Decimal 190 122 43 0 0.36 0.77 0.25 32.24 0.63 0.46
Hex BE 7A 2B 0 24 4D 19 20 3F 2E
Octal 276 172 53 0 44 115 31 40 77 56
Binary 10111110 1111010 101011 0 100100 1001101 11001 100000 111111 101110

Color Harmonies of #BE7A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A2B

Black with #BE7A2B

Text Example


Text Example

White with #BE7A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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