Html Css Color HEX #B27921 Pirate Gold

📋 copy color: '#B27921'

red 178 ◦ green 121 ◦ blue 33

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

Shades of Pirate Gold #B27921

Tints of Pirate Gold #B27921

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.45%

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

R = 53.61%
G = 36.45%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B27921 (or 0xB27921) is known color: Pirate Gold. HEX triplet: B2, 79 and 21. RGB value is (178,121,33). Sum of RGB (Red+Green+Blue) = 178+121+33=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B27921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27921 is #4D86DE. Grayscale: #808080. Windows color (decimal): -5080799 or 2193842. OLE color: 2193842.

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

Color convert

RGB 178 121 33 -
CMYK 0 0.32 0.81 0.30
HSL 36.41º 0.69% 0.41% -
HSV(B) 36.41º 0.81% 0.7% -
XYZ 25.47 23.25 4.58 -
YUV 128.01 74.38 163.66 -
System Red Green Blue C M Y K H S L
Decimal 178 121 33 0 0.32 0.81 0.30 36.41 0.69 0.41
Hex B2 79 21 0 20 51 1E 24 45 29
Octal 262 171 41 0 40 121 36 44 105 51
Binary 10110010 1111001 100001 0 100000 1010001 11110 100100 1000101 101001

Color Harmonies of #B27921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27921

Black with #B27921

Text Example


Text Example

White with #B27921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27921; }

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

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

background-color css

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

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

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

border-color css

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

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

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