Html Css Color HEX #BD701E Pirate Gold

📋 copy color: '#BD701E'

red 189 ◦ green 112 ◦ blue 30

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

Shades of Pirate Gold #BD701E

Tints of Pirate Gold #BD701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 57.1%
G = 33.84%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD701E (or 0xBD701E) is known color: Pirate Gold. HEX triplet: BD, 70 and 1E. RGB value is (189,112,30). Sum of RGB (Red+Green+Blue) = 189+112+30=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD701E is #428FE1. Grayscale: #7E7E7E. Windows color (decimal): -4362210 or 1994941. OLE color: 1994941.

HSL color Cylindrical-coordinate representation of color #BD701E: hue angle of 30.94º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD701E is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 112 30 -
CMYK 0 0.41 0.84 0.26
HSL 30.94º 0.73% 0.43% -
HSV(B) 30.94º 0.84% 0.74% -
XYZ 27.01 22.5 4.15 -
YUV 125.68 74.01 173.17 -
System Red Green Blue C M Y K H S L
Decimal 189 112 30 0 0.41 0.84 0.26 30.94 0.73 0.43
Hex BD 70 1E 0 29 54 1A 1F 49 2B
Octal 275 160 36 0 51 124 32 37 111 53
Binary 10111101 1110000 11110 0 101001 1010100 11010 11111 1001001 101011

Color Harmonies of #BD701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD701E

Black with #BD701E

Text Example


Text Example

White with #BD701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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