Html Css Color HEX #BB7723 Pirate Gold

📋 copy color: '#BB7723'

red 187 ◦ green 119 ◦ blue 35

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

Shades of Pirate Gold #BB7723

Tints of Pirate Gold #BB7723

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

 BLUE value IS 35 (14.06% from 255) = 10.26%

R = 54.84%
G = 34.9%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB7723 (or 0xBB7723) is known color: Pirate Gold. HEX triplet: BB, 77 and 23. RGB value is (187,119,35). Sum of RGB (Red+Green+Blue) = 187+119+35=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7723 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7723 is #4488DC. Grayscale: #828282. Windows color (decimal): -4491485 or 2324411. OLE color: 2324411.

HSL color Cylindrical-coordinate representation of color #BB7723: hue angle of 33.16º 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 #BB7723 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 119 35 -
CMYK 0 0.36 0.81 0.27
HSL 33.16º 0.68% 0.44% -
HSV(B) 33.16º 0.81% 0.73% -
XYZ 27.39 23.88 4.76 -
YUV 129.76 74.53 168.83 -
System Red Green Blue C M Y K H S L
Decimal 187 119 35 0 0.36 0.81 0.27 33.16 0.68 0.44
Hex BB 77 23 0 24 51 1B 21 44 2C
Octal 273 167 43 0 44 121 33 41 104 54
Binary 10111011 1110111 100011 0 100100 1010001 11011 100001 1000100 101100

Color Harmonies of #BB7723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7723

Black with #BB7723

Text Example


Text Example

White with #BB7723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7723; }

 p { color: rgb(187,119,35); }

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

background-color css

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

 a { background-color: rgb(187,119,35); }

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

border-color css

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

 span { border-color: rgb(187,119,35); }

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