Html Css Color HEX #BD701F Pirate Gold

📋 copy color: '#BD701F'

red 189 ◦ green 112 ◦ blue 31

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

Shades of Pirate Gold #BD701F

Tints of Pirate Gold #BD701F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

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

R = 56.93%
G = 33.73%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD701F (or 0xBD701F) is known color: Pirate Gold. HEX triplet: BD, 70 and 1F. RGB value is (189,112,31). Sum of RGB (Red+Green+Blue) = 189+112+31=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD701F is #428FE0. Grayscale: #7E7E7E. Windows color (decimal): -4362209 or 2060477. OLE color: 2060477.

HSL color Cylindrical-coordinate representation of color #BD701F: hue angle of 30.76º 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 #BD701F is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 112 31 -
CMYK 0 0.41 0.84 0.26
HSL 30.76º 0.72% 0.43% -
HSV(B) 30.76º 0.84% 0.74% -
XYZ 27.03 22.51 4.22 -
YUV 125.79 74.51 173.09 -
System Red Green Blue C M Y K H S L
Decimal 189 112 31 0 0.41 0.84 0.26 30.76 0.72 0.43
Hex BD 70 1F 0 29 54 1A 1F 48 2B
Octal 275 160 37 0 51 124 32 37 110 53
Binary 10111101 1110000 11111 0 101001 1010100 11010 11111 1001000 101011

Color Harmonies of #BD701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD701F

Black with #BD701F

Text Example


Text Example

White with #BD701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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