Html Css Color HEX #BE8022 Pirate Gold

📋 copy color: '#BE8022'

red 190 ◦ green 128 ◦ blue 34

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

Shades of Pirate Gold #BE8022

Tints of Pirate Gold #BE8022

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.36%

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

R = 53.98%
G = 36.36%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE8022 (or 0xBE8022) is known color: Pirate Gold. HEX triplet: BE, 80 and 22. RGB value is (190,128,34). Sum of RGB (Red+Green+Blue) = 190+128+34=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8022 is #417FDD. Grayscale: #888888. Windows color (decimal): -4292574 or 2261182. OLE color: 2261182.

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

Color convert

RGB 190 128 34 -
CMYK 0 0.33 0.82 0.25
HSL 36.15º 0.7% 0.44% -
HSV(B) 36.15º 0.82% 0.75% -
XYZ 29.24 26.5 5.09 -
YUV 135.82 70.54 166.64 -
System Red Green Blue C M Y K H S L
Decimal 190 128 34 0 0.33 0.82 0.25 36.15 0.7 0.44
Hex BE 80 22 0 21 52 19 24 46 2C
Octal 276 200 42 0 41 122 31 44 106 54
Binary 10111110 10000000 100010 0 100001 1010010 11001 100100 1000110 101100

Color Harmonies of #BE8022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8022

Black with #BE8022

Text Example


Text Example

White with #BE8022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8022; }

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

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

background-color css

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

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

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

border-color css

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

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

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