Html Css Color HEX #BB6E23 Pirate Gold

📋 copy color: '#BB6E23'

red 187 ◦ green 110 ◦ blue 35

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

Shades of Pirate Gold #BB6E23

Tints of Pirate Gold #BB6E23

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.13%

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

R = 56.33%
G = 33.13%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB6E23 (or 0xBB6E23) is known color: Pirate Gold. HEX triplet: BB, 6E and 23. RGB value is (187,110,35). Sum of RGB (Red+Green+Blue) = 187+110+35=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6E23 is #4491DC. Grayscale: #7C7C7C. Windows color (decimal): -4493789 or 2322107. OLE color: 2322107.

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

Color convert

RGB 187 110 35 -
CMYK 0 0.41 0.81 0.27
HSL 29.61º 0.68% 0.44% -
HSV(B) 29.61º 0.81% 0.73% -
XYZ 26.37 21.84 4.42 -
YUV 124.47 77.51 172.6 -
System Red Green Blue C M Y K H S L
Decimal 187 110 35 0 0.41 0.81 0.27 29.61 0.68 0.44
Hex BB 6E 23 0 29 51 1B 1E 44 2C
Octal 273 156 43 0 51 121 33 36 104 54
Binary 10111011 1101110 100011 0 101001 1010001 11011 11110 1000100 101100

Color Harmonies of #BB6E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E23

Black with #BB6E23

Text Example


Text Example

White with #BB6E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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