Html Css Color HEX #BC973A Roti

📋 copy color: '#BC973A'

red 188 ◦ green 151 ◦ blue 58

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

Shades of Roti #BC973A

Tints of Roti #BC973A

RGB

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

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

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

R = 47.36%
G = 38.04%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC973A (or 0xBC973A) is known color: Roti. HEX triplet: BC, 97 and 3A. RGB value is (188,151,58). Sum of RGB (Red+Green+Blue) = 188+151+58=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC973A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC973A is #4368C5. Grayscale: #979797. Windows color (decimal): -4417734 or 3839932. OLE color: 3839932.

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

Color convert

RGB 188 151 58 -
CMYK 0 0.20 0.69 0.26
HSL 42.92º 0.53% 0.48% -
HSV(B) 42.92º 0.69% 0.74% -
XYZ 32.57 33.13 8.68 -
YUV 151.46 75.26 154.06 -
System Red Green Blue C M Y K H S L
Decimal 188 151 58 0 0.20 0.69 0.26 42.92 0.53 0.48
Hex BC 97 3A 0 14 45 1A 2B 35 30
Octal 274 227 72 0 24 105 32 53 65 60
Binary 10111100 10010111 111010 0 10100 1000101 11010 101011 110101 110000

Color Harmonies of #BC973A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC973A

Black with #BC973A

Text Example


Text Example

White with #BC973A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC973A; }

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

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

background-color css

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

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

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

border-color css

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

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

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