Html Css Color HEX #B27A1A Pirate Gold

📋 copy color: '#B27A1A'

red 178 ◦ green 122 ◦ blue 26

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

Shades of Pirate Gold #B27A1A

Tints of Pirate Gold #B27A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.98%

R = 54.6%
G = 37.42%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B27A1A (or 0xB27A1A) is known color: Pirate Gold. HEX triplet: B2, 7A and 1A. RGB value is (178,122,26). Sum of RGB (Red+Green+Blue) = 178+122+26=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27A1A is #4D85E5. Grayscale: #808080. Windows color (decimal): -5080550 or 1735346. OLE color: 1735346.

HSL color Cylindrical-coordinate representation of color #B27A1A: hue angle of 37.89º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B27A1A is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 122 26 -
CMYK 0 0.31 0.85 0.30
HSL 37.89º 0.75% 0.4% -
HSV(B) 37.89º 0.85% 0.7% -
XYZ 25.51 23.46 4.16 -
YUV 127.8 70.55 163.81 -
System Red Green Blue C M Y K H S L
Decimal 178 122 26 0 0.31 0.85 0.30 37.89 0.75 0.4
Hex B2 7A 1A 0 1F 55 1E 26 4B 28
Octal 262 172 32 0 37 125 36 46 113 50
Binary 10110010 1111010 11010 0 11111 1010101 11110 100110 1001011 101000

Color Harmonies of #B27A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A1A

Black with #B27A1A

Text Example


Text Example

White with #B27A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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