Html Css Color HEX #B8732A Pirate Gold

📋 copy color: '#B8732A'

red 184 ◦ green 115 ◦ blue 42

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

Shades of Pirate Gold #B8732A

Tints of Pirate Gold #B8732A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

 BLUE value IS 42 (16.8% from 255) = 12.32%

R = 53.96%
G = 33.72%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8732A (or 0xB8732A) is known color: Pirate Gold. HEX triplet: B8, 73 and 2A. RGB value is (184,115,42). Sum of RGB (Red+Green+Blue) = 184+115+42=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B8732A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8732A is #478CD5. Grayscale: #7F7F7F. Windows color (decimal): -4689110 or 2782136. OLE color: 2782136.

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

Color convert

RGB 184 115 42 -
CMYK 0 0.38 0.77 0.28
HSL 30.85º 0.63% 0.44% -
HSV(B) 30.85º 0.77% 0.72% -
XYZ 26.32 22.62 5.17 -
YUV 127.31 79.86 168.44 -
System Red Green Blue C M Y K H S L
Decimal 184 115 42 0 0.38 0.77 0.28 30.85 0.63 0.44
Hex B8 73 2A 0 26 4D 1C 1F 3F 2C
Octal 270 163 52 0 46 115 34 37 77 54
Binary 10111000 1110011 101010 0 100110 1001101 11100 11111 111111 101100

Color Harmonies of #B8732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8732A

Black with #B8732A

Text Example


Text Example

White with #B8732A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8732A; }

 p { color: rgb(184,115,42); }

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

background-color css

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

 a { background-color: rgb(184,115,42); }

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

border-color css

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

 span { border-color: rgb(184,115,42); }

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