Html Css Color HEX #BB8323 Pirate Gold

📋 copy color: '#BB8323'

red 187 ◦ green 131 ◦ blue 35

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

Shades of Pirate Gold #BB8323

Tints of Pirate Gold #BB8323

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.11%

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

R = 52.97%
G = 37.11%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB8323 (or 0xBB8323) is known color: Pirate Gold. HEX triplet: BB, 83 and 23. RGB value is (187,131,35). Sum of RGB (Red+Green+Blue) = 187+131+35=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8323 is #447CDC. Grayscale: #898989. Windows color (decimal): -4488413 or 2327483. OLE color: 2327483.

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

Color convert

RGB 187 131 35 -
CMYK 0 0.30 0.81 0.27
HSL 37.89º 0.68% 0.44% -
HSV(B) 37.89º 0.81% 0.73% -
XYZ 28.91 26.92 5.26 -
YUV 136.8 70.55 163.81 -
System Red Green Blue C M Y K H S L
Decimal 187 131 35 0 0.30 0.81 0.27 37.89 0.68 0.44
Hex BB 83 23 0 1E 51 1B 26 44 2C
Octal 273 203 43 0 36 121 33 46 104 54
Binary 10111011 10000011 100011 0 11110 1010001 11011 100110 1000100 101100

Color Harmonies of #BB8323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8323

Black with #BB8323

Text Example


Text Example

White with #BB8323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8323; }

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

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

background-color css

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

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

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

border-color css

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

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

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