Html Css Color HEX #B27A21 Pirate Gold

📋 copy color: '#B27A21'

red 178 ◦ green 122 ◦ blue 33

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

Shades of Pirate Gold #B27A21

Tints of Pirate Gold #B27A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.91%

R = 53.45%
G = 36.64%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B27A21 (or 0xB27A21) is known color: Pirate Gold. HEX triplet: B2, 7A and 21. RGB value is (178,122,33). Sum of RGB (Red+Green+Blue) = 178+122+33=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27A21 is #4D85DE. Grayscale: #818181. Windows color (decimal): -5080543 or 2194098. OLE color: 2194098.

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

Color convert

RGB 178 122 33 -
CMYK 0 0.31 0.81 0.30
HSL 36.83º 0.69% 0.41% -
HSV(B) 36.83º 0.81% 0.7% -
XYZ 25.59 23.49 4.62 -
YUV 128.6 74.05 163.24 -
System Red Green Blue C M Y K H S L
Decimal 178 122 33 0 0.31 0.81 0.30 36.83 0.69 0.41
Hex B2 7A 21 0 1F 51 1E 25 45 29
Octal 262 172 41 0 37 121 36 45 105 51
Binary 10110010 1111010 100001 0 11111 1010001 11110 100101 1000101 101001

Color Harmonies of #B27A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A21

Black with #B27A21

Text Example


Text Example

White with #B27A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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