Html Css Color HEX #BB8239 Marigold

📋 copy color: '#BB8239'

red 187 ◦ green 130 ◦ blue 57

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

Shades of Marigold #BB8239

Tints of Marigold #BB8239

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.76%

 BLUE value IS 57 (22.66% from 255) = 15.24%

R = 50%
G = 34.76%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB8239 (or 0xBB8239) is known color: Marigold. HEX triplet: BB, 82 and 39. RGB value is (187,130,57). Sum of RGB (Red+Green+Blue) = 187+130+57=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8239 is #447DC6. Grayscale: #8B8B8B. Windows color (decimal): -4488647 or 3769019. OLE color: 3769019.

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

Color convert

RGB 187 130 57 -
CMYK 0 0.30 0.70 0.27
HSL 33.69º 0.53% 0.48% -
HSV(B) 33.69º 0.7% 0.73% -
XYZ 29.21 26.83 7.51 -
YUV 138.72 81.88 162.44 -
System Red Green Blue C M Y K H S L
Decimal 187 130 57 0 0.30 0.70 0.27 33.69 0.53 0.48
Hex BB 82 39 0 1E 46 1B 22 35 30
Octal 273 202 71 0 36 106 33 42 65 60
Binary 10111011 10000010 111001 0 11110 1000110 11011 100010 110101 110000

Color Harmonies of #BB8239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8239

Black with #BB8239

Text Example


Text Example

White with #BB8239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8239; }

 p { color: rgb(187,130,57); }

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

background-color css

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

 a { background-color: rgb(187,130,57); }

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

border-color css

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

 span { border-color: rgb(187,130,57); }

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