Html Css Color HEX #B0761B Pirate Gold

📋 copy color: '#B0761B'

red 176 ◦ green 118 ◦ blue 27

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

Shades of Pirate Gold #B0761B

Tints of Pirate Gold #B0761B

RGB

 RED value IS 176 (69.14% from 255) = 54.83%

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

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

R = 54.83%
G = 36.76%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0761B (or 0xB0761B) is known color: Pirate Gold. HEX triplet: B0, 76 and 1B. RGB value is (176,118,27). Sum of RGB (Red+Green+Blue) = 176+118+27=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0761B is #4F89E4. Grayscale: #7D7D7D. Windows color (decimal): -5212645 or 1799856. OLE color: 1799856.

HSL color Cylindrical-coordinate representation of color #B0761B: hue angle of 36.64º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0761B is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 118 27 -
CMYK 0 0.33 0.85 0.31
HSL 36.64º 0.73% 0.4% -
HSV(B) 36.64º 0.85% 0.69% -
XYZ 24.58 22.27 4.04 -
YUV 124.97 72.72 164.4 -
System Red Green Blue C M Y K H S L
Decimal 176 118 27 0 0.33 0.85 0.31 36.64 0.73 0.4
Hex B0 76 1B 0 21 55 1F 25 49 28
Octal 260 166 33 0 41 125 37 45 111 50
Binary 10110000 1110110 11011 0 100001 1010101 11111 100101 1001001 101000

Color Harmonies of #B0761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0761B

Black with #B0761B

Text Example


Text Example

White with #B0761B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0761B; }

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

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

background-color css

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

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

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

border-color css

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

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

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