Html Css Color HEX #B27820 Pirate Gold

📋 copy color: '#B27820'

red 178 ◦ green 120 ◦ blue 32

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

Shades of Pirate Gold #B27820

Tints of Pirate Gold #B27820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.36%

 BLUE value IS 32 (12.89% from 255) = 9.7%

R = 53.94%
G = 36.36%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B27820 (or 0xB27820) is known color: Pirate Gold. HEX triplet: B2, 78 and 20. RGB value is (178,120,32). Sum of RGB (Red+Green+Blue) = 178+120+32=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B27820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27820 is #4D87DF. Grayscale: #7F7F7F. Windows color (decimal): -5081056 or 2128050. OLE color: 2128050.

HSL color Cylindrical-coordinate representation of color #B27820: hue angle of 36.16º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B27820 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 120 32 -
CMYK 0 0.33 0.82 0.30
HSL 36.16º 0.7% 0.41% -
HSV(B) 36.16º 0.82% 0.7% -
XYZ 25.34 23 4.47 -
YUV 127.31 74.22 164.16 -
System Red Green Blue C M Y K H S L
Decimal 178 120 32 0 0.33 0.82 0.30 36.16 0.7 0.41
Hex B2 78 20 0 21 52 1E 24 46 29
Octal 262 170 40 0 41 122 36 44 106 51
Binary 10110010 1111000 100000 0 100001 1010010 11110 100100 1000110 101001

Color Harmonies of #B27820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27820

Black with #B27820

Text Example


Text Example

White with #B27820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27820; }

 p { color: rgb(178,120,32); }

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

background-color css

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

 a { background-color: rgb(178,120,32); }

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

border-color css

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

 span { border-color: rgb(178,120,32); }

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