Html Css Color HEX #BD762B Pirate Gold

📋 copy color: '#BD762B'

red 189 ◦ green 118 ◦ blue 43

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

Shades of Pirate Gold #BD762B

Tints of Pirate Gold #BD762B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

 BLUE value IS 43 (17.19% from 255) = 12.29%

R = 54%
G = 33.71%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD762B (or 0xBD762B) is known color: Pirate Gold. HEX triplet: BD, 76 and 2B. RGB value is (189,118,43). Sum of RGB (Red+Green+Blue) = 189+118+43=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD762B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD762B is #4289D4. Grayscale: #838383. Windows color (decimal): -4360661 or 2848445. OLE color: 2848445.

HSL color Cylindrical-coordinate representation of color #BD762B: hue angle of 30.82º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD762B is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 118 43 -
CMYK 0 0.38 0.77 0.26
HSL 30.82º 0.63% 0.45% -
HSV(B) 30.82º 0.77% 0.74% -
XYZ 27.9 23.95 5.44 -
YUV 130.68 78.52 169.6 -
System Red Green Blue C M Y K H S L
Decimal 189 118 43 0 0.38 0.77 0.26 30.82 0.63 0.45
Hex BD 76 2B 0 26 4D 1A 1F 3F 2D
Octal 275 166 53 0 46 115 32 37 77 55
Binary 10111101 1110110 101011 0 100110 1001101 11010 11111 111111 101101

Color Harmonies of #BD762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD762B

Black with #BD762B

Text Example


Text Example

White with #BD762B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD762B; }

 p { color: rgb(189,118,43); }

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

background-color css

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

 a { background-color: rgb(189,118,43); }

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

border-color css

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

 span { border-color: rgb(189,118,43); }

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