Html Css Color HEX #BD751A Pirate Gold

📋 copy color: '#BD751A'

red 189 ◦ green 117 ◦ blue 26

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

Shades of Pirate Gold #BD751A

Tints of Pirate Gold #BD751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

 BLUE value IS 26 (10.55% from 255) = 7.83%

R = 56.93%
G = 35.24%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD751A (or 0xBD751A) is known color: Pirate Gold. HEX triplet: BD, 75 and 1A. RGB value is (189,117,26). Sum of RGB (Red+Green+Blue) = 189+117+26=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD751A is #428AE5. Grayscale: #808080. Windows color (decimal): -4360934 or 1734077. OLE color: 1734077.

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

Color convert

RGB 189 117 26 -
CMYK 0 0.38 0.86 0.26
HSL 33.5º 0.76% 0.42% -
HSV(B) 33.5º 0.86% 0.74% -
XYZ 27.53 23.62 4.08 -
YUV 128.15 70.35 171.4 -
System Red Green Blue C M Y K H S L
Decimal 189 117 26 0 0.38 0.86 0.26 33.5 0.76 0.42
Hex BD 75 1A 0 26 56 1A 21 4C 2A
Octal 275 165 32 0 46 126 32 41 114 52
Binary 10111101 1110101 11010 0 100110 1010110 11010 100001 1001100 101010

Color Harmonies of #BD751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD751A

Black with #BD751A

Text Example


Text Example

White with #BD751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD751A; }

 p { color: rgb(189,117,26); }

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

background-color css

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

 a { background-color: rgb(189,117,26); }

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

border-color css

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

 span { border-color: rgb(189,117,26); }

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