Html Css Color HEX #BC833C Marigold

📋 copy color: '#BC833C'

red 188 ◦ green 131 ◦ blue 60

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

Shades of Marigold #BC833C

Tints of Marigold #BC833C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.83%

R = 49.6%
G = 34.56%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC833C (or 0xBC833C) is known color: Marigold. HEX triplet: BC, 83 and 3C. RGB value is (188,131,60). Sum of RGB (Red+Green+Blue) = 188+131+60=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC833C is #437CC3. Grayscale: #8C8C8C. Windows color (decimal): -4422852 or 3965884. OLE color: 3965884.

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

Color convert

RGB 188 131 60 -
CMYK 0 0.30 0.68 0.26
HSL 33.28º 0.52% 0.49% -
HSV(B) 33.28º 0.68% 0.74% -
XYZ 29.67 27.25 7.97 -
YUV 139.95 82.88 162.27 -
System Red Green Blue C M Y K H S L
Decimal 188 131 60 0 0.30 0.68 0.26 33.28 0.52 0.49
Hex BC 83 3C 0 1E 44 1A 21 34 31
Octal 274 203 74 0 36 104 32 41 64 61
Binary 10111100 10000011 111100 0 11110 1000100 11010 100001 110100 110001

Color Harmonies of #BC833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC833C

Black with #BC833C

Text Example


Text Example

White with #BC833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC833C; }

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

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

background-color css

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

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

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

border-color css

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

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

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