Html Css Color HEX #B17023 Pirate Gold

📋 copy color: '#B17023'

red 177 ◦ green 112 ◦ blue 35

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

Shades of Pirate Gold #B17023

Tints of Pirate Gold #B17023

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.57%

 BLUE value IS 35 (14.06% from 255) = 10.8%

R = 54.63%
G = 34.57%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B17023 (or 0xB17023) is known color: Pirate Gold. HEX triplet: B1, 70 and 23. RGB value is (177,112,35). Sum of RGB (Red+Green+Blue) = 177+112+35=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B17023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17023 is #4E8FDC. Grayscale: #7B7B7B. Windows color (decimal): -5148637 or 2322609. OLE color: 2322609.

HSL color Cylindrical-coordinate representation of color #B17023: hue angle of 32.54º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B17023 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 112 35 -
CMYK 0 0.37 0.80 0.31
HSL 32.54º 0.67% 0.42% -
HSV(B) 32.54º 0.8% 0.69% -
XYZ 24.23 21.06 4.38 -
YUV 122.66 78.53 166.76 -
System Red Green Blue C M Y K H S L
Decimal 177 112 35 0 0.37 0.80 0.31 32.54 0.67 0.42
Hex B1 70 23 0 25 50 1F 21 43 2A
Octal 261 160 43 0 45 120 37 41 103 52
Binary 10110001 1110000 100011 0 100101 1010000 11111 100001 1000011 101010

Color Harmonies of #B17023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17023

Black with #B17023

Text Example


Text Example

White with #B17023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17023; }

 p { color: rgb(177,112,35); }

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

background-color css

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

 a { background-color: rgb(177,112,35); }

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

border-color css

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

 span { border-color: rgb(177,112,35); }

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