Html Css Color HEX #B0721B Pirate Gold

📋 copy color: '#B0721B'

red 176 ◦ green 114 ◦ blue 27

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

Shades of Pirate Gold #B0721B

Tints of Pirate Gold #B0721B

RGB

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

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

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

R = 55.52%
G = 35.96%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0721B (or 0xB0721B) is known color: Pirate Gold. HEX triplet: B0, 72 and 1B. RGB value is (176,114,27). Sum of RGB (Red+Green+Blue) = 176+114+27=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B0721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0721B is #4F8DE4. Grayscale: #7B7B7B. Windows color (decimal): -5213669 or 1798832. OLE color: 1798832.

HSL color Cylindrical-coordinate representation of color #B0721B: hue angle of 35.03º 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 #B0721B is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 114 27 -
CMYK 0 0.35 0.85 0.31
HSL 35.03º 0.73% 0.4% -
HSV(B) 35.03º 0.85% 0.69% -
XYZ 24.12 21.34 3.89 -
YUV 122.62 74.04 166.07 -
System Red Green Blue C M Y K H S L
Decimal 176 114 27 0 0.35 0.85 0.31 35.03 0.73 0.4
Hex B0 72 1B 0 23 55 1F 23 49 28
Octal 260 162 33 0 43 125 37 43 111 50
Binary 10110000 1110010 11011 0 100011 1010101 11111 100011 1001001 101000

Color Harmonies of #B0721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0721B

Black with #B0721B

Text Example


Text Example

White with #B0721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0721B; }

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

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

background-color css

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

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

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

border-color css

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

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

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