Html Css Color HEX #B17921 Pirate Gold

📋 copy color: '#B17921'

red 177 ◦ green 121 ◦ blue 33

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

Shades of Pirate Gold #B17921

Tints of Pirate Gold #B17921

RGB

 RED value IS 177 (69.53% from 255) = 53.47%

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

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

R = 53.47%
G = 36.56%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B17921 (or 0xB17921) is known color: Pirate Gold. HEX triplet: B1, 79 and 21. RGB value is (177,121,33). Sum of RGB (Red+Green+Blue) = 177+121+33=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B17921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17921 is #4E86DE. Grayscale: #808080. Windows color (decimal): -5146335 or 2193841. OLE color: 2193841.

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

Color convert

RGB 177 121 33 -
CMYK 0 0.32 0.81 0.31
HSL 36.67º 0.69% 0.41% -
HSV(B) 36.67º 0.81% 0.69% -
XYZ 25.24 23.13 4.57 -
YUV 127.71 74.55 163.16 -
System Red Green Blue C M Y K H S L
Decimal 177 121 33 0 0.32 0.81 0.31 36.67 0.69 0.41
Hex B1 79 21 0 20 51 1F 25 45 29
Octal 261 171 41 0 40 121 37 45 105 51
Binary 10110001 1111001 100001 0 100000 1010001 11111 100101 1000101 101001

Color Harmonies of #B17921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17921

Black with #B17921

Text Example


Text Example

White with #B17921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17921; }

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

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

background-color css

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

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

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

border-color css

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

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

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