Html Css Color HEX #B0771F Pirate Gold

📋 copy color: '#B0771F'

red 176 ◦ green 119 ◦ blue 31

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

Shades of Pirate Gold #B0771F

Tints of Pirate Gold #B0771F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.5%

 BLUE value IS 31 (12.5% from 255) = 9.51%

R = 53.99%
G = 36.5%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B0771F (or 0xB0771F) is known color: Pirate Gold. HEX triplet: B0, 77 and 1F. RGB value is (176,119,31). Sum of RGB (Red+Green+Blue) = 176+119+31=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B0771F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0771F is #4F88E0. Grayscale: #7E7E7E. Windows color (decimal): -5212385 or 2062256. OLE color: 2062256.

HSL color Cylindrical-coordinate representation of color #B0771F: hue angle of 36.41º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0771F is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 119 31 -
CMYK 0 0.32 0.82 0.31
HSL 36.41º 0.7% 0.41% -
HSV(B) 36.41º 0.82% 0.69% -
XYZ 24.75 22.52 4.34 -
YUV 126.01 74.38 163.66 -
System Red Green Blue C M Y K H S L
Decimal 176 119 31 0 0.32 0.82 0.31 36.41 0.7 0.41
Hex B0 77 1F 0 20 52 1F 24 46 29
Octal 260 167 37 0 40 122 37 44 106 51
Binary 10110000 1110111 11111 0 100000 1010010 11111 100100 1000110 101001

Color Harmonies of #B0771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0771F

Black with #B0771F

Text Example


Text Example

White with #B0771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0771F; }

 p { color: rgb(176,119,31); }

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

background-color css

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

 a { background-color: rgb(176,119,31); }

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

border-color css

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

 span { border-color: rgb(176,119,31); }

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