Html Css Color HEX #B87226 Pirate Gold

📋 copy color: '#B87226'

red 184 ◦ green 114 ◦ blue 38

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

Shades of Pirate Gold #B87226

Tints of Pirate Gold #B87226

RGB

 RED value IS 184 (72.27% from 255) = 54.76%

 GREEN value IS 114 (44.92% from 255) = 33.93%

 BLUE value IS 38 (15.23% from 255) = 11.31%

R = 54.76%
G = 33.93%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B87226 (or 0xB87226) is known color: Pirate Gold. HEX triplet: B8, 72 and 26. RGB value is (184,114,38). Sum of RGB (Red+Green+Blue) = 184+114+38=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B87226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87226 is #478DD9. Grayscale: #7E7E7E. Windows color (decimal): -4689370 or 2519736. OLE color: 2519736.

HSL color Cylindrical-coordinate representation of color #B87226: hue angle of 31.23º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B87226 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 114 38 -
CMYK 0 0.38 0.79 0.28
HSL 31.23º 0.66% 0.44% -
HSV(B) 31.23º 0.79% 0.72% -
XYZ 26.13 22.36 4.77 -
YUV 126.27 78.19 169.18 -
System Red Green Blue C M Y K H S L
Decimal 184 114 38 0 0.38 0.79 0.28 31.23 0.66 0.44
Hex B8 72 26 0 26 4F 1C 1F 42 2C
Octal 270 162 46 0 46 117 34 37 102 54
Binary 10111000 1110010 100110 0 100110 1001111 11100 11111 1000010 101100

Color Harmonies of #B87226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87226

Black with #B87226

Text Example


Text Example

White with #B87226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87226; }

 p { color: rgb(184,114,38); }

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

background-color css

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

 a { background-color: rgb(184,114,38); }

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

border-color css

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

 span { border-color: rgb(184,114,38); }

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