Html Css Color HEX #B8801D Pirate Gold

📋 copy color: '#B8801D'

red 184 ◦ green 128 ◦ blue 29

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

Shades of Pirate Gold #B8801D

Tints of Pirate Gold #B8801D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.54%

 BLUE value IS 29 (11.72% from 255) = 8.5%

R = 53.96%
G = 37.54%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8801D (or 0xB8801D) is known color: Pirate Gold. HEX triplet: B8, 80 and 1D. RGB value is (184,128,29). Sum of RGB (Red+Green+Blue) = 184+128+29=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B8801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8801D is #477FE2. Grayscale: #858585. Windows color (decimal): -4685795 or 1933496. OLE color: 1933496.

HSL color Cylindrical-coordinate representation of color #B8801D: hue angle of 38.32º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8801D is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 128 29 -
CMYK 0 0.30 0.84 0.28
HSL 38.32º 0.73% 0.42% -
HSV(B) 38.32º 0.84% 0.72% -
XYZ 27.71 25.72 4.67 -
YUV 133.46 69.05 164.05 -
System Red Green Blue C M Y K H S L
Decimal 184 128 29 0 0.30 0.84 0.28 38.32 0.73 0.42
Hex B8 80 1D 0 1E 54 1C 26 49 2A
Octal 270 200 35 0 36 124 34 46 111 52
Binary 10111000 10000000 11101 0 11110 1010100 11100 100110 1001001 101010

Color Harmonies of #B8801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8801D

Black with #B8801D

Text Example


Text Example

White with #B8801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8801D; }

 p { color: rgb(184,128,29); }

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

background-color css

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

 a { background-color: rgb(184,128,29); }

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

border-color css

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

 span { border-color: rgb(184,128,29); }

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