Html Css Color HEX #B48843 Marigold

📋 copy color: '#B48843'

red 180 ◦ green 136 ◦ blue 67

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

Shades of Marigold #B48843

Tints of Marigold #B48843

RGB

 RED value IS 180 (70.7% from 255) = 47%

 GREEN value IS 136 (53.52% from 255) = 35.51%

 BLUE value IS 67 (26.56% from 255) = 17.49%

R = 47%
G = 35.51%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B48843 (or 0xB48843) is known color: Marigold. HEX triplet: B4, 88 and 43. RGB value is (180,136,67). Sum of RGB (Red+Green+Blue) = 180+136+67=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B48843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48843 is #4B77BC. Grayscale: #8D8D8D. Windows color (decimal): -4945853 or 4425908. OLE color: 4425908.

HSL color Cylindrical-coordinate representation of color #B48843: hue angle of 36.64º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B48843 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 136 67 -
CMYK 0 0.24 0.63 0.29
HSL 36.64º 0.46% 0.48% -
HSV(B) 36.64º 0.63% 0.71% -
XYZ 28.64 27.72 9.15 -
YUV 141.29 86.08 155.61 -
System Red Green Blue C M Y K H S L
Decimal 180 136 67 0 0.24 0.63 0.29 36.64 0.46 0.48
Hex B4 88 43 0 18 3F 1D 25 2E 30
Octal 264 210 103 0 30 77 35 45 56 60
Binary 10110100 10001000 1000011 0 11000 111111 11101 100101 101110 110000

Color Harmonies of #B48843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48843

Black with #B48843

Text Example


Text Example

White with #B48843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48843; }

 p { color: rgb(180,136,67); }

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

background-color css

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

 a { background-color: rgb(180,136,67); }

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

border-color css

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

 span { border-color: rgb(180,136,67); }

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