Html Css Color HEX #B48A41 Marigold

📋 copy color: '#B48A41'

red 180 ◦ green 138 ◦ blue 65

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

Shades of Marigold #B48A41

Tints of Marigold #B48A41

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.03%

 BLUE value IS 65 (25.78% from 255) = 16.97%

R = 47%
G = 36.03%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B48A41 (or 0xB48A41) is known color: Marigold. HEX triplet: B4, 8A and 41. RGB value is (180,138,65). Sum of RGB (Red+Green+Blue) = 180+138+65=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48A41 is #4B75BE. Grayscale: #8E8E8E. Windows color (decimal): -4945343 or 4295348. OLE color: 4295348.

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

Color convert

RGB 180 138 65 -
CMYK 0 0.23 0.64 0.29
HSL 38.09º 0.47% 0.48% -
HSV(B) 38.09º 0.64% 0.71% -
XYZ 28.87 28.26 8.93 -
YUV 142.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 180 138 65 0 0.23 0.64 0.29 38.09 0.47 0.48
Hex B4 8A 41 0 17 40 1D 26 2F 30
Octal 264 212 101 0 27 100 35 46 57 60
Binary 10110100 10001010 1000001 0 10111 1000000 11101 100110 101111 110000

Color Harmonies of #B48A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48A41

Black with #B48A41

Text Example


Text Example

White with #B48A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48A41; }

 p { color: rgb(180,138,65); }

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

background-color css

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

 a { background-color: rgb(180,138,65); }

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

border-color css

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

 span { border-color: rgb(180,138,65); }

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