Html Css Color HEX #BB8138 Marigold

📋 copy color: '#BB8138'

red 187 ◦ green 129 ◦ blue 56

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

Shades of Marigold #BB8138

Tints of Marigold #BB8138

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.68%

 BLUE value IS 56 (22.27% from 255) = 15.05%

R = 50.27%
G = 34.68%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB8138 (or 0xBB8138) is known color: Marigold. HEX triplet: BB, 81 and 38. RGB value is (187,129,56). Sum of RGB (Red+Green+Blue) = 187+129+56=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8138 is #447EC7. Grayscale: #8A8A8A. Windows color (decimal): -4488904 or 3703227. OLE color: 3703227.

HSL color Cylindrical-coordinate representation of color #BB8138: hue angle of 33.44º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB8138 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 129 56 -
CMYK 0 0.31 0.70 0.27
HSL 33.44º 0.54% 0.48% -
HSV(B) 33.44º 0.7% 0.73% -
XYZ 29.06 26.55 7.33 -
YUV 138.02 81.72 162.94 -
System Red Green Blue C M Y K H S L
Decimal 187 129 56 0 0.31 0.70 0.27 33.44 0.54 0.48
Hex BB 81 38 0 1F 46 1B 21 36 30
Octal 273 201 70 0 37 106 33 41 66 60
Binary 10111011 10000001 111000 0 11111 1000110 11011 100001 110110 110000

Color Harmonies of #BB8138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8138

Black with #BB8138

Text Example


Text Example

White with #BB8138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8138; }

 p { color: rgb(187,129,56); }

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

background-color css

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

 a { background-color: rgb(187,129,56); }

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

border-color css

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

 span { border-color: rgb(187,129,56); }

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