Html Css Color HEX #BD731B Pirate Gold

📋 copy color: '#BD731B'

red 189 ◦ green 115 ◦ blue 27

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

Shades of Pirate Gold #BD731B

Tints of Pirate Gold #BD731B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.74%

 BLUE value IS 27 (10.94% from 255) = 8.16%

R = 57.1%
G = 34.74%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD731B (or 0xBD731B) is known color: Pirate Gold. HEX triplet: BD, 73 and 1B. RGB value is (189,115,27). Sum of RGB (Red+Green+Blue) = 189+115+27=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD731B is #428CE4. Grayscale: #7F7F7F. Windows color (decimal): -4361445 or 1799101. OLE color: 1799101.

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

Color convert

RGB 189 115 27 -
CMYK 0 0.39 0.86 0.26
HSL 32.59º 0.75% 0.42% -
HSV(B) 32.59º 0.86% 0.74% -
XYZ 27.31 23.16 4.07 -
YUV 127.09 71.52 172.16 -
System Red Green Blue C M Y K H S L
Decimal 189 115 27 0 0.39 0.86 0.26 32.59 0.75 0.42
Hex BD 73 1B 0 27 56 1A 21 4B 2A
Octal 275 163 33 0 47 126 32 41 113 52
Binary 10111101 1110011 11011 0 100111 1010110 11010 100001 1001011 101010

Color Harmonies of #BD731B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD731B

Black with #BD731B

Text Example


Text Example

White with #BD731B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD731B; }

 p { color: rgb(189,115,27); }

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

background-color css

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

 a { background-color: rgb(189,115,27); }

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

border-color css

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

 span { border-color: rgb(189,115,27); }

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