Html Css Color HEX #B37726 Pirate Gold

📋 copy color: '#B37726'

red 179 ◦ green 119 ◦ blue 38

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

Shades of Pirate Gold #B37726

Tints of Pirate Gold #B37726

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.42%

 BLUE value IS 38 (15.23% from 255) = 11.31%

R = 53.27%
G = 35.42%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B37726 (or 0xB37726) is known color: Pirate Gold. HEX triplet: B3, 77 and 26. RGB value is (179,119,38). Sum of RGB (Red+Green+Blue) = 179+119+38=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B37726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37726 is #4C88D9. Grayscale: #808080. Windows color (decimal): -5015770 or 2521011. OLE color: 2521011.

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

Color convert

RGB 179 119 38 -
CMYK 0 0.34 0.79 0.30
HSL 34.47º 0.65% 0.43% -
HSV(B) 34.47º 0.79% 0.7% -
XYZ 25.54 22.92 4.91 -
YUV 127.71 77.38 164.59 -
System Red Green Blue C M Y K H S L
Decimal 179 119 38 0 0.34 0.79 0.30 34.47 0.65 0.43
Hex B3 77 26 0 22 4F 1E 22 41 2B
Octal 263 167 46 0 42 117 36 42 101 53
Binary 10110011 1110111 100110 0 100010 1001111 11110 100010 1000001 101011

Color Harmonies of #B37726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37726

Black with #B37726

Text Example


Text Example

White with #B37726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37726; }

 p { color: rgb(179,119,38); }

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

background-color css

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

 a { background-color: rgb(179,119,38); }

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

border-color css

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

 span { border-color: rgb(179,119,38); }

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