Html Css Color HEX #BD751E Pirate Gold

📋 copy color: '#BD751E'

red 189 ◦ green 117 ◦ blue 30

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

Shades of Pirate Gold #BD751E

Tints of Pirate Gold #BD751E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.82%

 BLUE value IS 30 (12.11% from 255) = 8.93%

R = 56.25%
G = 34.82%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD751E (or 0xBD751E) is known color: Pirate Gold. HEX triplet: BD, 75 and 1E. RGB value is (189,117,30). Sum of RGB (Red+Green+Blue) = 189+117+30=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD751E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD751E is #428AE1. Grayscale: #818181. Windows color (decimal): -4360930 or 1996221. OLE color: 1996221.

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

Color convert

RGB 189 117 30 -
CMYK 0 0.38 0.84 0.26
HSL 32.83º 0.73% 0.43% -
HSV(B) 32.83º 0.84% 0.74% -
XYZ 27.58 23.64 4.34 -
YUV 128.61 72.35 171.07 -
System Red Green Blue C M Y K H S L
Decimal 189 117 30 0 0.38 0.84 0.26 32.83 0.73 0.43
Hex BD 75 1E 0 26 54 1A 21 49 2B
Octal 275 165 36 0 46 124 32 41 111 53
Binary 10111101 1110101 11110 0 100110 1010100 11010 100001 1001001 101011

Color Harmonies of #BD751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD751E

Black with #BD751E

Text Example


Text Example

White with #BD751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD751E; }

 p { color: rgb(189,117,30); }

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

background-color css

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

 a { background-color: rgb(189,117,30); }

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

border-color css

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

 span { border-color: rgb(189,117,30); }

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