Html Css Color HEX #BC833A Marigold

📋 copy color: '#BC833A'

red 188 ◦ green 131 ◦ blue 58

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

Shades of Marigold #BC833A

Tints of Marigold #BC833A

RGB

 RED value IS 188 (73.83% from 255) = 49.87%

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

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

R = 49.87%
G = 34.75%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC833A (or 0xBC833A) is known color: Marigold. HEX triplet: BC, 83 and 3A. RGB value is (188,131,58). Sum of RGB (Red+Green+Blue) = 188+131+58=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC833A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC833A is #437CC5. Grayscale: #8C8C8C. Windows color (decimal): -4422854 or 3834812. OLE color: 3834812.

HSL color Cylindrical-coordinate representation of color #BC833A: hue angle of 33.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC833A is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 131 58 -
CMYK 0 0.30 0.69 0.26
HSL 33.69º 0.53% 0.48% -
HSV(B) 33.69º 0.69% 0.74% -
XYZ 29.62 27.23 7.7 -
YUV 139.72 81.88 162.44 -
System Red Green Blue C M Y K H S L
Decimal 188 131 58 0 0.30 0.69 0.26 33.69 0.53 0.48
Hex BC 83 3A 0 1E 45 1A 22 35 30
Octal 274 203 72 0 36 105 32 42 65 60
Binary 10111100 10000011 111010 0 11110 1000101 11010 100010 110101 110000

Color Harmonies of #BC833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC833A

Black with #BC833A

Text Example


Text Example

White with #BC833A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC833A; }

 p { color: rgb(188,131,58); }

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

background-color css

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

 a { background-color: rgb(188,131,58); }

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

border-color css

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

 span { border-color: rgb(188,131,58); }

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