Html Css Color HEX #B27526 Pirate Gold

📋 copy color: '#B27526'

red 178 ◦ green 117 ◦ blue 38

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

Shades of Pirate Gold #B27526

Tints of Pirate Gold #B27526

RGB

 RED value IS 178 (69.92% from 255) = 53.45%

 GREEN value IS 117 (46.09% from 255) = 35.14%

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

R = 53.45%
G = 35.14%
B = 11.41%

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

#B27526 (or 0xB27526) is known color: Pirate Gold. HEX triplet: B2, 75 and 26. RGB value is (178,117,38). Sum of RGB (Red+Green+Blue) = 178+117+38=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B27526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27526 is #4D8AD9. Grayscale: #7E7E7E. Windows color (decimal): -5081818 or 2520498. OLE color: 2520498.

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

Color convert

RGB 178 117 38 -
CMYK 0 0.34 0.79 0.30
HSL 33.86º 0.65% 0.42% -
HSV(B) 33.86º 0.79% 0.7% -
XYZ 25.07 22.33 4.82 -
YUV 126.23 78.21 164.92 -
System Red Green Blue C M Y K H S L
Decimal 178 117 38 0 0.34 0.79 0.30 33.86 0.65 0.42
Hex B2 75 26 0 22 4F 1E 22 41 2A
Octal 262 165 46 0 42 117 36 42 101 52
Binary 10110010 1110101 100110 0 100010 1001111 11110 100010 1000001 101010

Color Harmonies of #B27526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27526

Black with #B27526

Text Example


Text Example

White with #B27526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27526; }

 p { color: rgb(178,117,38); }

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

background-color css

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

 a { background-color: rgb(178,117,38); }

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

border-color css

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

 span { border-color: rgb(178,117,38); }

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