Html Css Color HEX #BD7D30 Pirate Gold

📋 copy color: '#BD7D30'

red 189 ◦ green 125 ◦ blue 48

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

Shades of Pirate Gold #BD7D30

Tints of Pirate Gold #BD7D30

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.53%

 BLUE value IS 48 (19.14% from 255) = 13.26%

R = 52.21%
G = 34.53%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD7D30 (or 0xBD7D30) is known color: Pirate Gold. HEX triplet: BD, 7D and 30. RGB value is (189,125,48). Sum of RGB (Red+Green+Blue) = 189+125+48=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7D30 is #4282CF. Grayscale: #878787. Windows color (decimal): -4358864 or 3177917. OLE color: 3177917.

HSL color Cylindrical-coordinate representation of color #BD7D30: hue angle of 32.77º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD7D30 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 125 48 -
CMYK 0 0.34 0.75 0.26
HSL 32.77º 0.59% 0.46% -
HSV(B) 32.77º 0.75% 0.74% -
XYZ 28.85 25.7 6.24 -
YUV 135.36 78.7 166.26 -
System Red Green Blue C M Y K H S L
Decimal 189 125 48 0 0.34 0.75 0.26 32.77 0.59 0.46
Hex BD 7D 30 0 22 4B 1A 21 3B 2E
Octal 275 175 60 0 42 113 32 41 73 56
Binary 10111101 1111101 110000 0 100010 1001011 11010 100001 111011 101110

Color Harmonies of #BD7D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7D30

Black with #BD7D30

Text Example


Text Example

White with #BD7D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7D30; }

 p { color: rgb(189,125,48); }

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

background-color css

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

 a { background-color: rgb(189,125,48); }

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

border-color css

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

 span { border-color: rgb(189,125,48); }

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