Html Css Color HEX #B27522 Pirate Gold

📋 copy color: '#B27522'

red 178 ◦ green 117 ◦ blue 34

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

Shades of Pirate Gold #B27522

Tints of Pirate Gold #B27522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.33%

R = 54.1%
G = 35.56%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B27522 (or 0xB27522) is known color: Pirate Gold. HEX triplet: B2, 75 and 22. RGB value is (178,117,34). Sum of RGB (Red+Green+Blue) = 178+117+34=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B27522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27522 is #4D8ADD. Grayscale: #7E7E7E. Windows color (decimal): -5081822 or 2258354. OLE color: 2258354.

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

Color convert

RGB 178 117 34 -
CMYK 0 0.34 0.81 0.30
HSL 34.58º 0.68% 0.42% -
HSV(B) 34.58º 0.81% 0.7% -
XYZ 25.01 22.3 4.5 -
YUV 125.78 76.21 165.25 -
System Red Green Blue C M Y K H S L
Decimal 178 117 34 0 0.34 0.81 0.30 34.58 0.68 0.42
Hex B2 75 22 0 22 51 1E 23 44 2A
Octal 262 165 42 0 42 121 36 43 104 52
Binary 10110010 1110101 100010 0 100010 1010001 11110 100011 1000100 101010

Color Harmonies of #B27522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27522

Black with #B27522

Text Example


Text Example

White with #B27522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27522; }

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

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

background-color css

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

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

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

border-color css

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

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

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