Html Css Color HEX #BD7F27 Pirate Gold

📋 copy color: '#BD7F27'

red 189 ◦ green 127 ◦ blue 39

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

Shades of Pirate Gold #BD7F27

Tints of Pirate Gold #BD7F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.99%

R = 53.24%
G = 35.77%
B = 10.99%

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

#BD7F27 (or 0xBD7F27) is known color: Pirate Gold. HEX triplet: BD, 7F and 27. RGB value is (189,127,39). Sum of RGB (Red+Green+Blue) = 189+127+39=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7F27 is #4280D8. Grayscale: #878787. Windows color (decimal): -4358361 or 2588605. OLE color: 2588605.

HSL color Cylindrical-coordinate representation of color #BD7F27: hue angle of 35.2º degrees, saturation: 0.66, 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 #BD7F27 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 127 39 -
CMYK 0 0.33 0.79 0.26
HSL 35.2º 0.66% 0.45% -
HSV(B) 35.2º 0.79% 0.74% -
XYZ 28.94 26.14 5.44 -
YUV 135.51 73.54 166.16 -
System Red Green Blue C M Y K H S L
Decimal 189 127 39 0 0.33 0.79 0.26 35.2 0.66 0.45
Hex BD 7F 27 0 21 4F 1A 23 42 2D
Octal 275 177 47 0 41 117 32 43 102 55
Binary 10111101 1111111 100111 0 100001 1001111 11010 100011 1000010 101101

Color Harmonies of #BD7F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F27

Black with #BD7F27

Text Example


Text Example

White with #BD7F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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