Html Css Color HEX #B17426 Pirate Gold

📋 copy color: '#B17426'

red 177 ◦ green 116 ◦ blue 38

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

Shades of Pirate Gold #B17426

Tints of Pirate Gold #B17426

RGB

 RED value IS 177 (69.53% from 255) = 53.47%

 GREEN value IS 116 (45.7% from 255) = 35.05%

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

R = 53.47%
G = 35.05%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B17426 (or 0xB17426) is known color: Pirate Gold. HEX triplet: B1, 74 and 26. RGB value is (177,116,38). Sum of RGB (Red+Green+Blue) = 177+116+38=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B17426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17426 is #4E8BD9. Grayscale: #7D7D7D. Windows color (decimal): -5147610 or 2520241. OLE color: 2520241.

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

Color convert

RGB 177 116 38 -
CMYK 0 0.34 0.79 0.31
HSL 33.67º 0.65% 0.42% -
HSV(B) 33.67º 0.79% 0.69% -
XYZ 24.73 21.98 4.77 -
YUV 125.35 78.71 164.84 -
System Red Green Blue C M Y K H S L
Decimal 177 116 38 0 0.34 0.79 0.31 33.67 0.65 0.42
Hex B1 74 26 0 22 4F 1F 22 41 2A
Octal 261 164 46 0 42 117 37 42 101 52
Binary 10110001 1110100 100110 0 100010 1001111 11111 100010 1000001 101010

Color Harmonies of #B17426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17426

Black with #B17426

Text Example


Text Example

White with #B17426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17426; }

 p { color: rgb(177,116,38); }

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

background-color css

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

 a { background-color: rgb(177,116,38); }

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

border-color css

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

 span { border-color: rgb(177,116,38); }

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