Html Css Color HEX #B17821 Pirate Gold

📋 copy color: '#B17821'

red 177 ◦ green 120 ◦ blue 33

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

Shades of Pirate Gold #B17821

Tints of Pirate Gold #B17821

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.36%

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

R = 53.64%
G = 36.36%
B = 10%

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

#B17821 (or 0xB17821) is known color: Pirate Gold. HEX triplet: B1, 78 and 21. RGB value is (177,120,33). Sum of RGB (Red+Green+Blue) = 177+120+33=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B17821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17821 is #4E87DE. Grayscale: #7F7F7F. Windows color (decimal): -5146591 or 2193585. OLE color: 2193585.

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

Color convert

RGB 177 120 33 -
CMYK 0 0.32 0.81 0.31
HSL 36.25º 0.69% 0.41% -
HSV(B) 36.25º 0.81% 0.69% -
XYZ 25.12 22.89 4.53 -
YUV 127.13 74.88 163.57 -
System Red Green Blue C M Y K H S L
Decimal 177 120 33 0 0.32 0.81 0.31 36.25 0.69 0.41
Hex B1 78 21 0 20 51 1F 24 45 29
Octal 261 170 41 0 40 121 37 44 105 51
Binary 10110001 1111000 100001 0 100000 1010001 11111 100100 1000101 101001

Color Harmonies of #B17821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17821

Black with #B17821

Text Example


Text Example

White with #B17821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17821; }

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

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

background-color css

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

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

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

border-color css

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

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

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