Html Css Color HEX #B4893A Marigold

📋 copy color: '#B4893A'

red 180 ◦ green 137 ◦ blue 58

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

Shades of Marigold #B4893A

Tints of Marigold #B4893A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

 BLUE value IS 58 (23.05% from 255) = 15.47%

R = 48%
G = 36.53%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B4893A (or 0xB4893A) is known color: Marigold. HEX triplet: B4, 89 and 3A. RGB value is (180,137,58). Sum of RGB (Red+Green+Blue) = 180+137+58=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4893A is #4B76C5. Grayscale: #8D8D8D. Windows color (decimal): -4945606 or 3836340. OLE color: 3836340.

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

Color convert

RGB 180 137 58 -
CMYK 0 0.24 0.68 0.29
HSL 38.85º 0.51% 0.47% -
HSV(B) 38.85º 0.68% 0.71% -
XYZ 28.53 27.9 7.88 -
YUV 140.85 81.25 155.92 -
System Red Green Blue C M Y K H S L
Decimal 180 137 58 0 0.24 0.68 0.29 38.85 0.51 0.47
Hex B4 89 3A 0 18 44 1D 27 33 2F
Octal 264 211 72 0 30 104 35 47 63 57
Binary 10110100 10001001 111010 0 11000 1000100 11101 100111 110011 101111

Color Harmonies of #B4893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4893A

Black with #B4893A

Text Example


Text Example

White with #B4893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4893A; }

 p { color: rgb(180,137,58); }

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

background-color css

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

 a { background-color: rgb(180,137,58); }

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

border-color css

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

 span { border-color: rgb(180,137,58); }

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