Html Css Color HEX #B8761B Pirate Gold

📋 copy color: '#B8761B'

red 184 ◦ green 118 ◦ blue 27

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

Shades of Pirate Gold #B8761B

Tints of Pirate Gold #B8761B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.87%

 BLUE value IS 27 (10.94% from 255) = 8.21%

R = 55.93%
G = 35.87%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8761B (or 0xB8761B) is known color: Pirate Gold. HEX triplet: B8, 76 and 1B. RGB value is (184,118,27). Sum of RGB (Red+Green+Blue) = 184+118+27=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B8761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8761B is #4789E4. Grayscale: #7F7F7F. Windows color (decimal): -4688357 or 1799864. OLE color: 1799864.

HSL color Cylindrical-coordinate representation of color #B8761B: hue angle of 34.78º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8761B is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 118 27 -
CMYK 0 0.36 0.85 0.28
HSL 34.78º 0.74% 0.41% -
HSV(B) 34.78º 0.85% 0.72% -
XYZ 26.44 23.23 4.13 -
YUV 127.36 71.37 168.4 -
System Red Green Blue C M Y K H S L
Decimal 184 118 27 0 0.36 0.85 0.28 34.78 0.74 0.41
Hex B8 76 1B 0 24 55 1C 23 4A 29
Octal 270 166 33 0 44 125 34 43 112 51
Binary 10111000 1110110 11011 0 100100 1010101 11100 100011 1001010 101001

Color Harmonies of #B8761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8761B

Black with #B8761B

Text Example


Text Example

White with #B8761B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8761B; }

 p { color: rgb(184,118,27); }

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

background-color css

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

 a { background-color: rgb(184,118,27); }

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

border-color css

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

 span { border-color: rgb(184,118,27); }

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