Html Css Color HEX #BB7D24 Pirate Gold

📋 copy color: '#BB7D24'

red 187 ◦ green 125 ◦ blue 36

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

Shades of Pirate Gold #BB7D24

Tints of Pirate Gold #BB7D24

RGB

 RED value IS 187 (73.44% from 255) = 53.74%

 GREEN value IS 125 (49.22% from 255) = 35.92%

 BLUE value IS 36 (14.45% from 255) = 10.34%

R = 53.74%
G = 35.92%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB7D24 (or 0xBB7D24) is known color: Pirate Gold. HEX triplet: BB, 7D and 24. RGB value is (187,125,36). Sum of RGB (Red+Green+Blue) = 187+125+36=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7D24 is #4482DB. Grayscale: #858585. Windows color (decimal): -4489948 or 2391483. OLE color: 2391483.

HSL color Cylindrical-coordinate representation of color #BB7D24: hue angle of 35.36º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB7D24 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 125 36 -
CMYK 0 0.33 0.81 0.27
HSL 35.36º 0.68% 0.44% -
HSV(B) 35.36º 0.81% 0.73% -
XYZ 28.15 25.36 5.08 -
YUV 133.39 73.04 166.24 -
System Red Green Blue C M Y K H S L
Decimal 187 125 36 0 0.33 0.81 0.27 35.36 0.68 0.44
Hex BB 7D 24 0 21 51 1B 23 44 2C
Octal 273 175 44 0 41 121 33 43 104 54
Binary 10111011 1111101 100100 0 100001 1010001 11011 100011 1000100 101100

Color Harmonies of #BB7D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D24

Black with #BB7D24

Text Example


Text Example

White with #BB7D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D24; }

 p { color: rgb(187,125,36); }

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

background-color css

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

 a { background-color: rgb(187,125,36); }

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

border-color css

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

 span { border-color: rgb(187,125,36); }

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