Html Css Color HEX #B27A20 Pirate Gold

📋 copy color: '#B27A20'

red 178 ◦ green 122 ◦ blue 32

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

Shades of Pirate Gold #B27A20

Tints of Pirate Gold #B27A20

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.75%

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

R = 53.61%
G = 36.75%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B27A20 (or 0xB27A20) is known color: Pirate Gold. HEX triplet: B2, 7A and 20. RGB value is (178,122,32). Sum of RGB (Red+Green+Blue) = 178+122+32=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27A20 is #4D85DF. Grayscale: #808080. Windows color (decimal): -5080544 or 2128562. OLE color: 2128562.

HSL color Cylindrical-coordinate representation of color #B27A20: hue angle of 36.99º 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 #B27A20 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 122 32 -
CMYK 0 0.31 0.82 0.30
HSL 36.99º 0.7% 0.41% -
HSV(B) 36.99º 0.82% 0.7% -
XYZ 25.58 23.49 4.55 -
YUV 128.48 73.55 163.32 -
System Red Green Blue C M Y K H S L
Decimal 178 122 32 0 0.31 0.82 0.30 36.99 0.7 0.41
Hex B2 7A 20 0 1F 52 1E 25 46 29
Octal 262 172 40 0 37 122 36 45 106 51
Binary 10110010 1111010 100000 0 11111 1010010 11110 100101 1000110 101001

Color Harmonies of #B27A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A20

Black with #B27A20

Text Example


Text Example

White with #B27A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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