Html Css Color HEX #B4833B Marigold

📋 copy color: '#B4833B'

red 180 ◦ green 131 ◦ blue 59

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

Shades of Marigold #B4833B

Tints of Marigold #B4833B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

 BLUE value IS 59 (23.44% from 255) = 15.95%

R = 48.65%
G = 35.41%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4833B (or 0xB4833B) is known color: Marigold. HEX triplet: B4, 83 and 3B. RGB value is (180,131,59). Sum of RGB (Red+Green+Blue) = 180+131+59=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4833B is #4B7CC4. Grayscale: #898989. Windows color (decimal): -4947141 or 3900340. OLE color: 3900340.

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

Color convert

RGB 180 131 59 -
CMYK 0 0.27 0.67 0.29
HSL 35.7º 0.51% 0.47% -
HSV(B) 35.7º 0.67% 0.71% -
XYZ 27.73 26.25 7.74 -
YUV 137.44 83.73 158.35 -
System Red Green Blue C M Y K H S L
Decimal 180 131 59 0 0.27 0.67 0.29 35.7 0.51 0.47
Hex B4 83 3B 0 1B 43 1D 24 33 2F
Octal 264 203 73 0 33 103 35 44 63 57
Binary 10110100 10000011 111011 0 11011 1000011 11101 100100 110011 101111

Color Harmonies of #B4833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4833B

Black with #B4833B

Text Example


Text Example

White with #B4833B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4833B; }

 p { color: rgb(180,131,59); }

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

background-color css

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

 a { background-color: rgb(180,131,59); }

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

border-color css

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

 span { border-color: rgb(180,131,59); }

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