Html Css Color HEX #B5702A Pirate Gold

📋 copy color: '#B5702A'

red 181 ◦ green 112 ◦ blue 42

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

Shades of Pirate Gold #B5702A

Tints of Pirate Gold #B5702A

RGB

 RED value IS 181 (71.09% from 255) = 54.03%

 GREEN value IS 112 (44.14% from 255) = 33.43%

 BLUE value IS 42 (16.8% from 255) = 12.54%

R = 54.03%
G = 33.43%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5702A (or 0xB5702A) is known color: Pirate Gold. HEX triplet: B5, 70 and 2A. RGB value is (181,112,42). Sum of RGB (Red+Green+Blue) = 181+112+42=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B5702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5702A is #4A8FD5. Grayscale: #7D7D7D. Windows color (decimal): -4886486 or 2781365. OLE color: 2781365.

HSL color Cylindrical-coordinate representation of color #B5702A: hue angle of 30.22º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5702A is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 112 42 -
CMYK 0 0.38 0.77 0.29
HSL 30.22º 0.62% 0.44% -
HSV(B) 30.22º 0.77% 0.71% -
XYZ 25.27 21.58 5.02 -
YUV 124.65 81.36 168.19 -
System Red Green Blue C M Y K H S L
Decimal 181 112 42 0 0.38 0.77 0.29 30.22 0.62 0.44
Hex B5 70 2A 0 26 4D 1D 1E 3E 2C
Octal 265 160 52 0 46 115 35 36 76 54
Binary 10110101 1110000 101010 0 100110 1001101 11101 11110 111110 101100

Color Harmonies of #B5702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5702A

Black with #B5702A

Text Example


Text Example

White with #B5702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5702A; }

 p { color: rgb(181,112,42); }

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

background-color css

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

 a { background-color: rgb(181,112,42); }

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

border-color css

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

 span { border-color: rgb(181,112,42); }

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