Html Css Color HEX #BD741F Pirate Gold

📋 copy color: '#BD741F'

red 189 ◦ green 116 ◦ blue 31

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

Shades of Pirate Gold #BD741F

Tints of Pirate Gold #BD741F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.52%

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

R = 56.25%
G = 34.52%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD741F (or 0xBD741F) is known color: Pirate Gold. HEX triplet: BD, 74 and 1F. RGB value is (189,116,31). Sum of RGB (Red+Green+Blue) = 189+116+31=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD741F is #428BE0. Grayscale: #808080. Windows color (decimal): -4361185 or 2061501. OLE color: 2061501.

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

Color convert

RGB 189 116 31 -
CMYK 0 0.39 0.84 0.26
HSL 32.28º 0.72% 0.43% -
HSV(B) 32.28º 0.84% 0.74% -
XYZ 27.48 23.41 4.37 -
YUV 128.14 73.18 171.41 -
System Red Green Blue C M Y K H S L
Decimal 189 116 31 0 0.39 0.84 0.26 32.28 0.72 0.43
Hex BD 74 1F 0 27 54 1A 20 48 2B
Octal 275 164 37 0 47 124 32 40 110 53
Binary 10111101 1110100 11111 0 100111 1010100 11010 100000 1001000 101011

Color Harmonies of #BD741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD741F

Black with #BD741F

Text Example


Text Example

White with #BD741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD741F; }

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

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

background-color css

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

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

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

border-color css

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

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

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