Html Css Color HEX #B3722A Pirate Gold

📋 copy color: '#B3722A'

red 179 ◦ green 114 ◦ blue 42

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

Shades of Pirate Gold #B3722A

Tints of Pirate Gold #B3722A

RGB

 RED value IS 179 (70.31% from 255) = 53.43%

 GREEN value IS 114 (44.92% from 255) = 34.03%

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

R = 53.43%
G = 34.03%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B3722A (or 0xB3722A) is known color: Pirate Gold. HEX triplet: B3, 72 and 2A. RGB value is (179,114,42). Sum of RGB (Red+Green+Blue) = 179+114+42=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B3722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3722A is #4C8DD5. Grayscale: #7D7D7D. Windows color (decimal): -5017046 or 2781875. OLE color: 2781875.

HSL color Cylindrical-coordinate representation of color #B3722A: hue angle of 31.53º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3722A is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 114 42 -
CMYK 0 0.36 0.77 0.30
HSL 31.53º 0.62% 0.43% -
HSV(B) 31.53º 0.77% 0.7% -
XYZ 25.03 21.79 5.08 -
YUV 125.23 81.03 166.35 -
System Red Green Blue C M Y K H S L
Decimal 179 114 42 0 0.36 0.77 0.30 31.53 0.62 0.43
Hex B3 72 2A 0 24 4D 1E 20 3E 2B
Octal 263 162 52 0 44 115 36 40 76 53
Binary 10110011 1110010 101010 0 100100 1001101 11110 100000 111110 101011

Color Harmonies of #B3722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3722A

Black with #B3722A

Text Example


Text Example

White with #B3722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3722A; }

 p { color: rgb(179,114,42); }

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

background-color css

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

 a { background-color: rgb(179,114,42); }

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

border-color css

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

 span { border-color: rgb(179,114,42); }

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