Html Css Color HEX #BD7F28 Pirate Gold

📋 copy color: '#BD7F28'

red 189 ◦ green 127 ◦ blue 40

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

Shades of Pirate Gold #BD7F28

Tints of Pirate Gold #BD7F28

RGB

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

 GREEN value IS 127 (50% from 255) = 35.67%

 BLUE value IS 40 (16.02% from 255) = 11.24%

R = 53.09%
G = 35.67%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD7F28 (or 0xBD7F28) is known color: Pirate Gold. HEX triplet: BD, 7F and 28. RGB value is (189,127,40). Sum of RGB (Red+Green+Blue) = 189+127+40=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7F28 is #4280D7. Grayscale: #888888. Windows color (decimal): -4358360 or 2654141. OLE color: 2654141.

HSL color Cylindrical-coordinate representation of color #BD7F28: hue angle of 35.03º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD7F28 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 127 40 -
CMYK 0 0.33 0.79 0.26
HSL 35.03º 0.65% 0.45% -
HSV(B) 35.03º 0.79% 0.74% -
XYZ 28.96 26.15 5.53 -
YUV 135.62 74.04 166.07 -
System Red Green Blue C M Y K H S L
Decimal 189 127 40 0 0.33 0.79 0.26 35.03 0.65 0.45
Hex BD 7F 28 0 21 4F 1A 23 41 2D
Octal 275 177 50 0 41 117 32 43 101 55
Binary 10111101 1111111 101000 0 100001 1001111 11010 100011 1000001 101101

Color Harmonies of #BD7F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F28

Black with #BD7F28

Text Example


Text Example

White with #BD7F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F28; }

 p { color: rgb(189,127,40); }

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

background-color css

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

 a { background-color: rgb(189,127,40); }

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

border-color css

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

 span { border-color: rgb(189,127,40); }

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