Html Css Color HEX #BE6F22 Pirate Gold

📋 copy color: '#BE6F22'

red 190 ◦ green 111 ◦ blue 34

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

Shades of Pirate Gold #BE6F22

Tints of Pirate Gold #BE6F22

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.13%

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

R = 56.72%
G = 33.13%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE6F22 (or 0xBE6F22) is known color: Pirate Gold. HEX triplet: BE, 6F and 22. RGB value is (190,111,34). Sum of RGB (Red+Green+Blue) = 190+111+34=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6F22 is #4190DD. Grayscale: #7E7E7E. Windows color (decimal): -4296926 or 2256830. OLE color: 2256830.

HSL color Cylindrical-coordinate representation of color #BE6F22: hue angle of 29.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 #BE6F22 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 111 34 -
CMYK 0 0.42 0.82 0.25
HSL 29.62º 0.7% 0.44% -
HSV(B) 29.62º 0.82% 0.75% -
XYZ 27.21 22.43 4.41 -
YUV 125.84 76.17 173.76 -
System Red Green Blue C M Y K H S L
Decimal 190 111 34 0 0.42 0.82 0.25 29.62 0.7 0.44
Hex BE 6F 22 0 2A 52 19 1E 46 2C
Octal 276 157 42 0 52 122 31 36 106 54
Binary 10111110 1101111 100010 0 101010 1010010 11001 11110 1000110 101100

Color Harmonies of #BE6F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6F22

Black with #BE6F22

Text Example


Text Example

White with #BE6F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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