Html Css Color HEX #BD771F Pirate Gold

📋 copy color: '#BD771F'

red 189 ◦ green 119 ◦ blue 31

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

Shades of Pirate Gold #BD771F

Tints of Pirate Gold #BD771F

RGB

 RED value IS 189 (74.22% from 255) = 55.75%

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

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

R = 55.75%
G = 35.1%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD771F (or 0xBD771F) is known color: Pirate Gold. HEX triplet: BD, 77 and 1F. RGB value is (189,119,31). Sum of RGB (Red+Green+Blue) = 189+119+31=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD771F is #4288E0. Grayscale: #828282. Windows color (decimal): -4360417 or 2062269. OLE color: 2062269.

HSL color Cylindrical-coordinate representation of color #BD771F: hue angle of 33.42º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD771F is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 119 31 -
CMYK 0 0.37 0.84 0.26
HSL 33.42º 0.72% 0.43% -
HSV(B) 33.42º 0.84% 0.74% -
XYZ 27.83 24.11 4.48 -
YUV 129.9 72.19 170.16 -
System Red Green Blue C M Y K H S L
Decimal 189 119 31 0 0.37 0.84 0.26 33.42 0.72 0.43
Hex BD 77 1F 0 25 54 1A 21 48 2B
Octal 275 167 37 0 45 124 32 41 110 53
Binary 10111101 1110111 11111 0 100101 1010100 11010 100001 1001000 101011

Color Harmonies of #BD771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD771F

Black with #BD771F

Text Example


Text Example

White with #BD771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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