Html Css Color HEX #B27417 Pirate Gold

📋 copy color: '#B27417'

red 178 ◦ green 116 ◦ blue 23

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

Shades of Pirate Gold #B27417

Tints of Pirate Gold #B27417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.59%

 BLUE value IS 23 (9.38% from 255) = 7.26%

R = 56.15%
G = 36.59%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B27417 (or 0xB27417) is known color: Pirate Gold. HEX triplet: B2, 74 and 17. RGB value is (178,116,23). Sum of RGB (Red+Green+Blue) = 178+116+23=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B27417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27417 is #4D8BE8. Grayscale: #7C7C7C. Windows color (decimal): -5082089 or 1537202. OLE color: 1537202.

HSL color Cylindrical-coordinate representation of color #B27417: hue angle of 36º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B27417 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 116 23 -
CMYK 0 0.35 0.87 0.30
HSL 36º 0.77% 0.39% -
HSV(B) 36º 0.87% 0.7% -
XYZ 24.76 22.02 3.76 -
YUV 123.94 71.04 166.56 -
System Red Green Blue C M Y K H S L
Decimal 178 116 23 0 0.35 0.87 0.30 36 0.77 0.39
Hex B2 74 17 0 23 57 1E 24 4D 27
Octal 262 164 27 0 43 127 36 44 115 47
Binary 10110010 1110100 10111 0 100011 1010111 11110 100100 1001101 100111

Color Harmonies of #B27417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27417

Black with #B27417

Text Example


Text Example

White with #B27417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27417; }

 p { color: rgb(178,116,23); }

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

background-color css

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

 a { background-color: rgb(178,116,23); }

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

border-color css

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

 span { border-color: rgb(178,116,23); }

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