Html Css Color HEX #BB8B40 Marigold

📋 copy color: '#BB8B40'

red 187 ◦ green 139 ◦ blue 64

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

Shades of Marigold #BB8B40

Tints of Marigold #BB8B40

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.64%

 BLUE value IS 64 (25.39% from 255) = 16.41%

R = 47.95%
G = 35.64%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB8B40 (or 0xBB8B40) is known color: Marigold. HEX triplet: BB, 8B and 40. RGB value is (187,139,64). Sum of RGB (Red+Green+Blue) = 187+139+64=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8B40 is #4474BF. Grayscale: #919191. Windows color (decimal): -4486336 or 4230075. OLE color: 4230075.

HSL color Cylindrical-coordinate representation of color #BB8B40: hue angle of 36.59º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB8B40 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 139 64 -
CMYK 0 0.26 0.66 0.27
HSL 36.59º 0.49% 0.49% -
HSV(B) 36.59º 0.66% 0.73% -
XYZ 30.65 29.4 8.91 -
YUV 144.8 82.4 158.1 -
System Red Green Blue C M Y K H S L
Decimal 187 139 64 0 0.26 0.66 0.27 36.59 0.49 0.49
Hex BB 8B 40 0 1A 42 1B 25 31 31
Octal 273 213 100 0 32 102 33 45 61 61
Binary 10111011 10001011 1000000 0 11010 1000010 11011 100101 110001 110001

Color Harmonies of #BB8B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8B40

Black with #BB8B40

Text Example


Text Example

White with #BB8B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8B40; }

 p { color: rgb(187,139,64); }

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

background-color css

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

 a { background-color: rgb(187,139,64); }

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

border-color css

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

 span { border-color: rgb(187,139,64); }

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