Html Css Color HEX #BD701B Pirate Gold

📋 copy color: '#BD701B'

red 189 ◦ green 112 ◦ blue 27

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

Shades of Pirate Gold #BD701B

Tints of Pirate Gold #BD701B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

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

R = 57.62%
G = 34.15%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD701B (or 0xBD701B) is known color: Pirate Gold. HEX triplet: BD, 70 and 1B. RGB value is (189,112,27). Sum of RGB (Red+Green+Blue) = 189+112+27=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD701B is #428FE4. Grayscale: #7D7D7D. Windows color (decimal): -4362213 or 1798333. OLE color: 1798333.

HSL color Cylindrical-coordinate representation of color #BD701B: hue angle of 31.48º 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 #BD701B is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 112 27 -
CMYK 0 0.41 0.86 0.26
HSL 31.48º 0.75% 0.42% -
HSV(B) 31.48º 0.86% 0.74% -
XYZ 26.98 22.49 3.96 -
YUV 125.33 72.51 173.41 -
System Red Green Blue C M Y K H S L
Decimal 189 112 27 0 0.41 0.86 0.26 31.48 0.75 0.42
Hex BD 70 1B 0 29 56 1A 1F 4B 2A
Octal 275 160 33 0 51 126 32 37 113 52
Binary 10111101 1110000 11011 0 101001 1010110 11010 11111 1001011 101010

Color Harmonies of #BD701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD701B

Black with #BD701B

Text Example


Text Example

White with #BD701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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