Html Css Color HEX #BE7C22 Pirate Gold

📋 copy color: '#BE7C22'

red 190 ◦ green 124 ◦ blue 34

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

Shades of Pirate Gold #BE7C22

Tints of Pirate Gold #BE7C22

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.63%

 BLUE value IS 34 (13.67% from 255) = 9.77%

R = 54.6%
G = 35.63%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE7C22 (or 0xBE7C22) is known color: Pirate Gold. HEX triplet: BE, 7C and 22. RGB value is (190,124,34). Sum of RGB (Red+Green+Blue) = 190+124+34=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7C22 is #4183DD. Grayscale: #858585. Windows color (decimal): -4293598 or 2260158. OLE color: 2260158.

HSL color Cylindrical-coordinate representation of color #BE7C22: hue angle of 34.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE7C22 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 124 34 -
CMYK 0 0.35 0.82 0.25
HSL 34.62º 0.7% 0.44% -
HSV(B) 34.62º 0.82% 0.75% -
XYZ 28.73 25.48 4.92 -
YUV 133.47 71.87 168.32 -
System Red Green Blue C M Y K H S L
Decimal 190 124 34 0 0.35 0.82 0.25 34.62 0.7 0.44
Hex BE 7C 22 0 23 52 19 23 46 2C
Octal 276 174 42 0 43 122 31 43 106 54
Binary 10111110 1111100 100010 0 100011 1010010 11001 100011 1000110 101100

Color Harmonies of #BE7C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7C22

Black with #BE7C22

Text Example


Text Example

White with #BE7C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7C22; }

 p { color: rgb(190,124,34); }

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

background-color css

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

 a { background-color: rgb(190,124,34); }

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

border-color css

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

 span { border-color: rgb(190,124,34); }

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