Html Css Color HEX #BC973C Roti

📋 copy color: '#BC973C'

red 188 ◦ green 151 ◦ blue 60

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

Shades of Roti #BC973C

Tints of Roti #BC973C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.84%

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

R = 47.12%
G = 37.84%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC973C (or 0xBC973C) is known color: Roti. HEX triplet: BC, 97 and 3C. RGB value is (188,151,60). Sum of RGB (Red+Green+Blue) = 188+151+60=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC973C is #4368C3. Grayscale: #989898. Windows color (decimal): -4417732 or 3971004. OLE color: 3971004.

HSL color Cylindrical-coordinate representation of color #BC973C: hue angle of 42.66º 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 #BC973C is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 151 60 -
CMYK 0 0.20 0.68 0.26
HSL 42.66º 0.52% 0.49% -
HSV(B) 42.66º 0.68% 0.74% -
XYZ 32.62 33.15 8.95 -
YUV 151.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 188 151 60 0 0.20 0.68 0.26 42.66 0.52 0.49
Hex BC 97 3C 0 14 44 1A 2B 34 31
Octal 274 227 74 0 24 104 32 53 64 61
Binary 10111100 10010111 111100 0 10100 1000100 11010 101011 110100 110001

Color Harmonies of #BC973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC973C

Black with #BC973C

Text Example


Text Example

White with #BC973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC973C; }

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

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

background-color css

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

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

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

border-color css

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

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

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